1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/p5-News-Article/Makefile
Matthew Hunt 97d4a85ac3 Import of p5-News-Article, a Perl 5 module for dealing with
news articles (surprise, surprise).

PR:		6500
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-05-04 14:56:33 +00:00

31 lines
861 B
Makefile

# New ports collection makefile for: p5-News-Article
# Version required: 1.14
# Date created: January 2, 1998
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id$
#
DISTNAME= News-Article-1.14
PKGNAME= p5-News-Article-1.14
CATEGORIES= news perl5
MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ \
http://www.erlenstar.demon.co.uk/perl/
MAINTAINER= croyle@gelemna.ft-wayne.in.us
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
${PREFIX}/lib/perl5/site_perl/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
${PREFIX}/lib/perl5/site_perl/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
USE_PERL5= yes
MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
News::FormReply.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>