mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
267 B
Makefile
18 lines
267 B
Makefile
COMMENT= perl modules for creating and manipulating PDF
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
V = 0.31
|
|
DISTNAME = Text-PDF-${V}
|
|
CATEGORIES= textproc
|
|
REVISION = 0
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
WRKDIST = ${WRKDIR}/Text-PDF-${V}
|
|
|
|
.include <bsd.port.mk>
|