2004-06-26 03:35:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:08 xsa Exp $
|
2001-03-29 12:37:40 -05:00
|
|
|
|
|
|
|
COMMENT= "perl module for accessing NNTP articles"
|
2001-02-22 14:44:20 -05:00
|
|
|
|
|
|
|
DISTNAME= News-Article-1.13
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= news perl5
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
2001-02-22 14:44:20 -05:00
|
|
|
|
2001-04-17 02:37:33 -04:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-02-22 14:44:20 -05:00
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-02-22 14:44:20 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|