2013-09-21 00:31:15 +02:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2004-12-10 07:37:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= News-Article-NoCeM
|
2018-10-10 03:22:21 +02:00
|
|
|
PORTVERSION= 0.09
|
2004-12-10 07:37:12 +01:00
|
|
|
CATEGORIES= news perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-12-10 07:37:12 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2017-01-02 21:13:16 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Module to generate accurate NoCeM notices
|
2004-12-10 07:37:12 +01:00
|
|
|
|
2018-10-10 03:22:21 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= p5-News-Article>=0:news/p5-News-Article \
|
|
|
|
p5-PGP-Sign>=0:security/p5-PGP-Sign
|
2004-12-10 07:37:12 +01:00
|
|
|
|
2013-09-02 11:22:47 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-12-10 07:37:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|