20 lines
328 B
Makefile
20 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.31 2020/07/03 21:45:51 sthen Exp $
|
|
|
|
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>
|