19 lines
315 B
Makefile
19 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.30 2019/07/12 20:50:07 sthen Exp $
|
|
|
|
COMMENT= perl modules for creating and manipulating PDF
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
V = 0.31
|
|
DISTNAME = Text-PDF-${V}
|
|
CATEGORIES= textproc
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
WRKDIST = ${WRKDIR}/Text-PDF-${V}
|
|
|
|
.include <bsd.port.mk>
|