remove RUN_DEPENDS to modules now coming with perl and bump
This commit is contained in:
parent
83605cee9c
commit
f58a73166d
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:59:39 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2008/09/29 18:41:21 simon Exp $
|
||||
|
||||
COMMENT= create PDF documents with perl
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= PDF-API2-0.57
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
@ -15,7 +16,4 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::archivers/p5-Compress-Zlib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:39 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/09/29 18:41:21 simon Exp $
|
||||
|
||||
COMMENT= perl module for manipulating PDF files
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= PDF-Reuse-0.33
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Sam Smith <S@mSmith.net>
|
||||
@ -14,7 +15,4 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Compress-Zlib-*:archivers/p5-Compress-Zlib
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/15 20:59:40 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2008/09/29 18:41:21 simon Exp $
|
||||
|
||||
COMMENT= perl modules for creating and manipulating PDF
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Text-PDF-0.25
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
PKGNAME= p5-${DISTNAME}p1
|
||||
CATEGORIES= textproc
|
||||
|
||||
# Artistic
|
||||
@ -13,8 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Compress-Zlib-*:archivers/p5-Compress-Zlib
|
||||
|
||||
EXAMPLE_DIR= ${PREFIX}/share/examples/p5-Text-PDF
|
||||
EXAMPLE_LOC= ${WRKSRC}/examples
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:40 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/09/29 18:41:21 simon Exp $
|
||||
|
||||
COMMENT= Perl module for dumping Perl objects from/to XML
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= XML-Dumper-0.81
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
||||
@ -14,7 +15,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::textproc/p5-XML-Parser \
|
||||
::archivers/p5-Compress-Zlib
|
||||
RUN_DEPENDS= ::textproc/p5-XML-Parser
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user