freebsd-ports/news/p5-News-Article-NoCeM/Makefile
Yen-Ming Lee 59db8fc24c - correct pkg-plist
Noticed by:	kris
2004-12-19 00:19:46 +00:00

26 lines
646 B
Makefile

# 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
.include <bsd.port.mk>