naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

18 lines
281 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:07 naddy Exp $
COMMENT = create PDF tables with perl
DISTNAME = PDF-Table-0.9.10
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = textproc/p5-PDF-API2
.include <bsd.port.mk>