cpanify and set licenses
looks safe for ajacoutot@
This commit is contained in:
parent
7d8128f43e
commit
ea333fc5a5
@ -1,23 +1,23 @@
|
|||||||
# $OpenBSD: Makefile,v 1.12 2005/09/23 19:41:44 pvalchev Exp $
|
# $OpenBSD: Makefile,v 1.13 2007/01/13 12:15:21 simon Exp $
|
||||||
|
|
||||||
COMMENT= "perl module to gateway between news and mail"
|
COMMENT= "perl module to gateway between news and mail"
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
DISTNAME= Gateway-0.42
|
DISTNAME= Gateway-0.42
|
||||||
PKGNAME= p5-${DISTNAME}p0
|
PKGNAME= p5-${DISTNAME}p1
|
||||||
CATEGORIES= news perl5
|
CATEGORIES= news
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
||||||
|
|
||||||
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
|
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign \
|
||||||
:p5-News-Article->=1.07:news/p5-News-Article
|
:p5-News-Article->=1.07:news/p5-News-Article
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
# Perl
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
CONFIGURE_STYLE= perl
|
|
||||||
|
|
||||||
# install example files
|
# install example files
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Gateway
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Gateway
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
# $OpenBSD: Makefile,v 1.11 2005/12/10 13:38:13 steven Exp $
|
# $OpenBSD: Makefile,v 1.12 2007/01/13 12:15:21 simon Exp $
|
||||||
|
|
||||||
COMMENT= "perl module for accessing NNTP articles"
|
COMMENT= "perl module for accessing NNTP articles"
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
DISTNAME= News-Article-1.27
|
DISTNAME= News-Article-1.27
|
||||||
PKGNAME= p5-${DISTNAME}
|
CATEGORIES= news
|
||||||
CATEGORIES= news perl5
|
|
||||||
|
|
||||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
|
||||||
|
|
||||||
# Artistic/GPL
|
# Artistic/GPL
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
@ -19,8 +17,4 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign
|
RUN_DEPENDS= :p5-PGP-Sign-*:security/p5-PGP-Sign
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
CONFIGURE_STYLE= perl
|
|
||||||
|
|
||||||
PKG_ARCH= *
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,23 +1,21 @@
|
|||||||
# $OpenBSD: Makefile,v 1.9 2004/06/26 07:35:08 xsa Exp $
|
# $OpenBSD: Makefile,v 1.10 2007/01/13 12:15:21 simon Exp $
|
||||||
|
|
||||||
COMMENT= "module for managing newsrc files"
|
COMMENT= "module for managing newsrc files"
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
DISTNAME= News-Newsrc-1.08
|
DISTNAME= News-Newsrc-1.08
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}p0
|
||||||
CATEGORIES= news perl5
|
CATEGORIES= news
|
||||||
|
|
||||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||||
|
|
||||||
|
# Perl
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
|
|
||||||
|
|
||||||
RUN_DEPENDS= :p5-Set-IntSpan->=1.07:math/p5-Set-IntSpan
|
RUN_DEPENDS= :p5-Set-IntSpan->=1.07:math/p5-Set-IntSpan
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
CONFIGURE_STYLE= perl
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user