16 lines
258 B
Makefile
16 lines
258 B
Makefile
COMMENT= perl module for accessing NNTP articles
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= News-Article-1.27
|
|
REVISION= 3
|
|
CATEGORIES= news
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= security/p5-PGP-Sign
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|