aboutsummaryrefslogtreecommitdiff
path: root/news/p5-News-Article/Makefile
blob: 92894b854c2a8498b8ed306f35f0269c6483f1cd (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
# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$

PORTNAME=	News-Article
PORTVERSION=	1.27
PORTREVISION=	3
CATEGORIES=	news perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Object for handling Usenet articles in mail or news form

BUILD_DEPENDS=	p5-Net>=0:net/p5-Net
RUN_DEPENDS:=	${BUILD_DEPENDS}

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>