1998-05-04 16:56:33 +02:00
|
|
|
# New ports collection makefile for: p5-News-Article
|
|
|
|
# Date created: January 2, 1998
|
2000-05-21 13:52:06 +02:00
|
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
1998-05-04 16:56:33 +02:00
|
|
|
#
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1998-05-04 16:56:33 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:33:32 +02:00
|
|
|
PORTNAME= p5-News-Article
|
|
|
|
PORTVERSION= 1.21
|
1998-05-04 16:56:33 +02:00
|
|
|
CATEGORIES= news perl5
|
1999-01-26 03:08:27 +01:00
|
|
|
MASTER_SITES= http://www.erlenstar.demon.co.uk/perl/ \
|
2000-05-21 13:52:06 +02:00
|
|
|
http://www.gelemna.org/ports/
|
2000-04-09 19:33:32 +02:00
|
|
|
DISTNAME= News-Article-1.21
|
1998-05-04 16:56:33 +02:00
|
|
|
|
2000-05-21 13:52:06 +02:00
|
|
|
MAINTAINER= croyle@gelemna.org
|
1998-05-04 16:56:33 +02:00
|
|
|
|
2000-04-21 09:52:25 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
|
|
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
|
|
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
|
1998-05-04 16:56:33 +02:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
|
|
|
|
News::FormReply.3
|
1998-08-16 21:22:30 +02:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1998-05-04 16:56:33 +02:00
|
|
|
|
|
|
|
do-configure:
|
1998-09-15 23:31:59 +02:00
|
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
1998-05-04 16:56:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|