diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-12-10 06:37:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-12-10 06:37:12 +0000 |
commit | 096cdbc795ef0e3e1b9cc0fac0be06442858e18e (patch) | |
tree | 0537ab015b94be4c4a8df2503cbd5cf9d9326aed /news | |
parent | b1f044aa85b3b669bd07931d093d26aaeb5a0c58 (diff) | |
download | ports-096cdbc795ef0e3e1b9cc0fac0be06442858e18e.tar.gz ports-096cdbc795ef0e3e1b9cc0fac0be06442858e18e.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-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 |
4 files changed, 37 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index 5498d2ed839f..1e852fcd7d45 100644 --- a/news/Makefile +++ b/news/Makefile @@ -62,6 +62,7 @@ SUBDIR += p5-Gateway SUBDIR += p5-NNTPClient SUBDIR += p5-News-Article + SUBDIR += p5-News-Article-NoCeM SUBDIR += p5-News-Newsrc SUBDIR += p5-NewsLib SUBDIR += p5-POE-Component-Client-NNTP 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/ |