ports/textproc/p5-PDF-API2/Makefile

31 lines
585 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = create PDF documents with perl
MODULES = cpan
PKG_ARCH = *
2023-09-26 17:06:53 +00:00
DISTNAME = PDF-API2-2.045
2023-08-16 22:26:55 +00:00
CATEGORIES = textproc
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
# LGPLv2.1
PERMIT_PACKAGE = Yes
RUN_DEPENDS = textproc/p5-Font-TTF \
textproc/p5-PDF-API2-XS
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-Memory-Cycle
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = contrib
pre-patch:
sed -i 's,^#!.*bin/perl,#!/usr/bin/perl,' ${WRKSRC}/contrib/*
post-install:
${MODCPAN_POST_INSTALL}
chmod ${BINMODE} ${MODCPAN_EXAMPLES_DIR}/*
.include <bsd.port.mk>