2002-10-29 23:13:36 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2002/10/30 04:13:36 pvalchev Exp $
|
2001-03-29 12:21:22 -05:00
|
|
|
|
|
|
|
COMMENT= "perl module to gateway between news and mail"
|
2001-02-22 14:47:09 -05:00
|
|
|
|
|
|
|
DISTNAME= Gateway-0.42
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= news perl5
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
2001-02-22 14:47:09 -05:00
|
|
|
|
2001-04-17 02:37:33 -04:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-02-22 14:47:09 -05:00
|
|
|
|
2002-06-09 01:31:40 -04:00
|
|
|
BUILD_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
|
|
|
|
:p5-News-Article->=1.07:news/p5-News-Article
|
2001-02-22 14:47:09 -05:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
# install example files
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Gateway
|
2001-12-19 15:42:02 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* \
|
2001-02-22 14:47:09 -05:00
|
|
|
${PREFIX}/share/examples/p5-Gateway
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|