diff options
author | leeym <leeym@FreeBSD.org> | 2004-12-10 14:37:12 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-12-10 14:37:12 +0800 |
commit | 415682f90ffc432bd56050a6644cdc0f1c7d8f6a (patch) | |
tree | 41ab48c16916a80c91a8568a4d1c59e6974a9b01 /news/p5-News-Article-NoCeM | |
parent | 1b59216aaa00fd22c28788f726ac6ed5ffe4f05a (diff) | |
download | freebsd-ports-gnome-415682f90ffc432bd56050a6644cdc0f1c7d8f6a.tar.gz freebsd-ports-gnome-415682f90ffc432bd56050a6644cdc0f1c7d8f6a.tar.zst freebsd-ports-gnome-415682f90ffc432bd56050a6644cdc0f1c7d8f6a.zip |
add News::Article::NoCeM 0.03
News::Article::NoCeM is a library of perl modules for managing NoCeM notice in
Network News services. It's meant to be used for code-reuse and sharing when
writing news-based applications.
Diffstat (limited to 'news/p5-News-Article-NoCeM')
-rw-r--r-- | news/p5-News-Article-NoCeM/Makefile | 29 | ||||
-rw-r--r-- | news/p5-News-Article-NoCeM/distinfo | 2 | ||||
-rw-r--r-- | news/p5-News-Article-NoCeM/pkg-descr | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/news/p5-News-Article-NoCeM/Makefile b/news/p5-News-Article-NoCeM/Makefile new file mode 100644 index 000000000000..10d2d5d7581c --- /dev/null +++ b/news/p5-News-Article-NoCeM/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-News-Article-NoCeM +# Date created: 10 December 2004 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= News-Article-NoCeM +PORTVERSION= 0.03 +CATEGORIES= news perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= News +PKGNAMEPREFIX= p5- + +MAINTAINER= leeym@FreeBSD.org +COMMENT= A module to generate accurate NoCeM notices + +BUILD_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article \ + ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= News::Article::NoCeM.3 +PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/News/Article/NoCeM +PLIST_FILES= ${SITE_PERL_REL}/News/Article/NoCeM.pm \ + ${SITE_PERL_REL}/${PERL_ARCH}/auto/News/Article/NoCeM/.packlist + +.include <bsd.port.mk> diff --git a/news/p5-News-Article-NoCeM/distinfo b/news/p5-News-Article-NoCeM/distinfo new file mode 100644 index 000000000000..c0caeb48683d --- /dev/null +++ b/news/p5-News-Article-NoCeM/distinfo @@ -0,0 +1,2 @@ +MD5 (News-Article-NoCeM-0.03.tar.gz) = 12a4c8c05017a2d61d2cc107f2d7f6d1 +SIZE (News-Article-NoCeM-0.03.tar.gz) = 6285 diff --git a/news/p5-News-Article-NoCeM/pkg-descr b/news/p5-News-Article-NoCeM/pkg-descr new file mode 100644 index 000000000000..c629768b58c2 --- /dev/null +++ b/news/p5-News-Article-NoCeM/pkg-descr @@ -0,0 +1,5 @@ +News::Article::NoCeM is a library of perl modules for managing NoCeM notice in +Network News services. It's meant to be used for code-reuse and sharing when +writing news-based applications. + +WWW: http://search.cpan.org/dist/News-Article-NoCeM/ |