openbsd-ports/news/p5-News-Article/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

23 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.18 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT= perl module for accessing NNTP articles
MODULES= cpan
DISTNAME= News-Article-1.27
REVISION= 1
CATEGORIES= news
USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= security/p5-PGP-Sign
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>