2012-10-05 16:09:59 +02:00
|
|
|
# Created by: Don Croyle <croyle@gelemna.org>
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1998-05-04 16:56:33 +02:00
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= News-Article
|
2003-07-07 07:47:14 +02:00
|
|
|
PORTVERSION= 1.27
|
2004-11-15 00:40:22 +01:00
|
|
|
PORTREVISION= 2
|
1998-05-04 16:56:33 +02:00
|
|
|
CATEGORIES= news perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-06-04 08:17:03 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Object for handling Usenet articles in mail or news form
|
1998-05-04 16:56:33 +02:00
|
|
|
|
2012-06-04 08:17:03 +02:00
|
|
|
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
|
|
|
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
2004-11-15 00:40:22 +01:00
|
|
|
|
2013-07-31 13:56:17 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
1998-05-04 16:56:33 +02:00
|
|
|
|
|
|
|
MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
|
|
|
|
News::FormReply.3
|
|
|
|
|
2012-10-05 16:09:59 +02:00
|
|
|
OPTIONS_DEFINE= PGP_SIGN
|
|
|
|
OPTIONS_DEFAULT= PGP_SIGN
|
|
|
|
PGP_SIGN_DESC= PGP::Sign support for header signing
|
2004-11-15 00:40:22 +01:00
|
|
|
|
2013-09-21 00:31:15 +02:00
|
|
|
NO_STAGE= yes
|
2012-10-05 16:09:59 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2004-11-15 00:40:22 +01:00
|
|
|
|
2012-10-05 16:09:59 +02:00
|
|
|
.if ${PORT_OPTIONS:MPGP_SIGN}
|
2012-06-04 08:17:03 +02:00
|
|
|
BUILD_DEPENDS+= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign
|
|
|
|
RUN_DEPENDS+= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign
|
2004-11-15 00:40:22 +01:00
|
|
|
.endif
|
|
|
|
|
2012-10-05 16:09:59 +02:00
|
|
|
.include <bsd.port.mk>
|