blob: 119b96266979858eec9d2a3807f8ce397959fa8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$
PORTNAME= News-Article
PORTVERSION= 1.27
PORTREVISION= 4
CATEGORIES= news perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object for handling Usenet articles in mail or news form
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= PGP_SIGN
OPTIONS_DEFAULT=PGP_SIGN
PGP_SIGN_DESC= PGP::Sign support for header signing
PGP_SIGN_BUILD_DEPENDS= p5-PGP-Sign>=0:security/p5-PGP-Sign
PGP_SIGN_RUN_DEPENDS= p5-PGP-Sign>=0:security/p5-PGP-Sign
.include <bsd.port.mk>
|