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

22 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:10 naddy Exp $
COMMENT= perl module to formating plaintext
MODULES= cpan
PKG_ARCH= *
DISTNAME= Text-Reform-1.20
CATEGORIES= textproc
MAINTAINER= Sam Smith <s@msmith.net>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
DEMOS_DIR = ${PREFIX}/share/examples/p5-Text-Reform
post-install:
${INSTALL_DATA_DIR} ${DEMOS_DIR}
@cd ${WRKSRC}/demo/ && pax -rw . ${DEMOS_DIR}
.include <bsd.port.mk>