2009-06-06 21:59:38 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2009/06/06 21:59:38 ajacoutot Exp $
|
2001-03-29 17:21:22 +00:00
|
|
|
|
2007-09-15 21:41:50 +00:00
|
|
|
COMMENT= perl module to gateway between news and mail
|
2001-02-22 19:47:09 +00:00
|
|
|
|
2007-01-13 12:15:21 +00:00
|
|
|
MODULES= cpan
|
2001-02-22 19:47:09 +00:00
|
|
|
DISTNAME= Gateway-0.42
|
2009-06-06 21:59:38 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}p2
|
2007-01-13 12:15:21 +00:00
|
|
|
CATEGORIES= news
|
2002-05-15 17:58:49 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
2001-02-22 19:47:09 +00:00
|
|
|
|
2004-06-26 07:35:05 +00:00
|
|
|
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
|
2002-06-09 05:31:40 +00:00
|
|
|
:p5-News-Article->=1.07:news/p5-News-Article
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-02-22 19:47:09 +00:00
|
|
|
|
2007-01-13 12:15:21 +00:00
|
|
|
# Perl
|
2001-02-22 19:47:09 +00:00
|
|
|
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
|
2001-12-19 20:42:02 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* \
|
2001-02-22 19:47:09 +00:00
|
|
|
${PREFIX}/share/examples/p5-Gateway
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|