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
417 B
Makefile

# $OpenBSD: Makefile,v 1.24 2016/03/20 19:56:58 naddy Exp $
COMMENT= perl module to gateway between news and mail
MODULES= cpan
PKG_ARCH= *
DISTNAME= Gateway-0.42
REVISION= 4
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
RUN_DEPENDS= security/p5-PGP-Sign \
news/p5-News-Article>=1.07
BUILD_DEPENDS= ${RUN_DEPENDS}
# Perl
PERMIT_PACKAGE_CDROM= Yes
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>