- Remove unused tag

- Bump VERSION
- swap distinfo
This commit is contained in:
shell 2001-12-19 20:42:02 +00:00
parent a7e2deb861
commit 94aeb9742e
2 changed files with 3 additions and 6 deletions

View File

@ -1,17 +1,16 @@
# $OpenBSD: Makefile,v 1.4 2001/11/10 15:00:49 espie Exp $
# $OpenBSD: Makefile,v 1.5 2001/12/19 20:42:02 shell Exp $
COMMENT= "perl module to gateway between news and mail"
DISTNAME= Gateway-0.42
PKGNAME= p5-${DISTNAME}
CATEGORIES= news perl5
NEED_VERSION= 1.489
NEED_VERSION= 1.502
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
MAINTAINER= Shell Hung <shell@openbsd.org>
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ::security/p5-PGP-Sign \
::net/p5-libnet \
::news/p5-News-Article
@ -27,9 +26,7 @@ CONFIGURE_STYLE= perl
# install example files
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Gateway
.for i in listgate listgate.readme raccpost listgate.m4 raccmod racrmod
${INSTALL_DATA} ${WRKSRC}/examples/$i \
${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/p5-Gateway
.endfor
.include <bsd.port.mk>