18 lines
311 B
Makefile
18 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.27 2014/12/25 07:33:34 benoit Exp $
|
|
|
|
COMMENT= perl modules for creating and manipulating PDF
|
|
|
|
MODULES= cpan
|
|
V = 0.29
|
|
DISTNAME = Text-PDF-${V}a
|
|
CATEGORIES= textproc
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
WRKDIST = ${WRKDIR}/Text-PDF-${V}
|
|
|
|
.include <bsd.port.mk>
|