freebsd-ports/news/p5-News-Article/Makefile
2021-04-06 16:31:07 +02:00

27 lines
597 B
Makefile

# Created by: Don Croyle <croyle@gelemna.org>
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>