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>
|