openbsd-ports/news/p5-Gateway/Makefile
2010-07-13 20:14:21 +00:00

28 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.17 2010/07/13 20:14:21 sthen Exp $
COMMENT= perl module to gateway between news and mail
MODULES= cpan
DISTNAME= Gateway-0.42
REVISION= 3
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
:p5-News-Article->=1.07:news/p5-News-Article
BUILD_DEPENDS= ${RUN_DEPENDS}
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# install example files
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Gateway
${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/p5-Gateway
.include <bsd.port.mk>