Update news/brag to version 1.4.3
[dports.git] / news / p5-News-Article / Makefile
1 # Created by: Don Croyle <croyle@gelemna.org>
2 # $FreeBSD$
3
4 PORTNAME=       News-Article
5 PORTVERSION=    1.27
6 PORTREVISION=   3
7 CATEGORIES=     news perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Object for handling Usenet articles in mail or news form
13
14 BUILD_DEPENDS=  p5-Net>=0:net/p5-Net
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 OPTIONS_DEFINE= PGP_SIGN
21 OPTIONS_DEFAULT=PGP_SIGN
22 PGP_SIGN_DESC=  PGP::Sign support for header signing
23
24 PGP_SIGN_BUILD_DEPENDS= p5-PGP-Sign>=0:security/p5-PGP-Sign
25 PGP_SIGN_RUN_DEPENDS=   p5-PGP-Sign>=0:security/p5-PGP-Sign
26
27 .include <bsd.port.mk>