diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-API2-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-PDF-API2-Simple/Makefile b/textproc/p5-PDF-API2-Simple/Makefile index 9768866cc02..3ec0cd26880 100644 --- a/textproc/p5-PDF-API2-Simple/Makefile +++ b/textproc/p5-PDF-API2-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/09/03 11:16:24 sno Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/14 10:24:04 sno Exp $ DISTNAME= PDF-API2-Simple-1.1.4u WRKSRC= ${WRKDIR}/${DISTNAME:S/u$//} @@ -12,6 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/PDF-API2-Simple/ COMMENT= Simplistic wrapper for the Perl5 PDF::API2 modules LICENSE= public-domain +BROKEN= Broken upstream and not actively maintained + PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-PDF-API2>=2.019:../../textproc/p5-PDF-API2 |