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
|
2006-06-28 08:12:04 +02:00
|
|
|
PORTVERSION= 0.08
|
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-
|
|
|
|
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
|
|
COMMENT= A module to generate accurate NoCeM notices
|
|
|
|
|
2012-06-29 20:30:42 +02:00
|
|
|
RUN_DEPENDS= p5-News-Article>=0:${PORTSDIR}/news/p5-News-Article \
|
|
|
|
p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
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
|
|
|
|
|
|
|
MAN3= News::Article::NoCeM.3
|
|
|
|
|
2013-09-21 00:31:15 +02:00
|
|
|
NO_STAGE= yes
|
2004-12-10 07:37:12 +01:00
|
|
|
.include <bsd.port.mk>
|