SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
textproc/p5-PDF-API2-Simple/Makefile
Normal file
23
textproc/p5-PDF-API2-Simple/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = simple wrapper for PDF::API2 module
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = PDF-API2-Simple-1.1.4u
|
||||
PKGNAME = p5-${DISTNAME:S/u$//}
|
||||
CATEGORIES = textproc
|
||||
REVISION = 1
|
||||
|
||||
# public domain
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = textproc/p5-PDF-API2
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
MODCPAN_EXAMPLES = Yes
|
||||
|
||||
CONFIGURE_STYLE = modinst
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME:S/u$//}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-PDF-API2-Simple/distinfo
Normal file
2
textproc/p5-PDF-API2-Simple/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PDF-API2-Simple-1.1.4u.tar.gz) = xOu2QPnkemtPBSE2R6kKDHYNKIm38bT25M9E0uAGBO4=
|
||||
SIZE (PDF-API2-Simple-1.1.4u.tar.gz) = 30597
|
1
textproc/p5-PDF-API2-Simple/pkg/DESCR
Normal file
1
textproc/p5-PDF-API2-Simple/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
PDF::API2::Simple Simplistic wrapper for the excellent PDF::API2 modules.
|
10
textproc/p5-PDF-API2-Simple/pkg/PLIST
Normal file
10
textproc/p5-PDF-API2-Simple/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
${P5SITE}/PDF/API2/Simple.pm
|
||||
@man man/man3p/PDF::API2::Simple.3p
|
||||
share/examples/p5-PDF-API2-Simple/
|
||||
share/examples/p5-PDF-API2-Simple/01_barebones.pl
|
||||
share/examples/p5-PDF-API2-Simple/02_links.pl
|
||||
share/examples/p5-PDF-API2-Simple/03_autoflow.pl
|
||||
share/examples/p5-PDF-API2-Simple/04_headers.pl
|
||||
share/examples/p5-PDF-API2-Simple/05_a4.pl
|
||||
share/examples/p5-PDF-API2-Simple/06_alignment.pl
|
||||
share/examples/p5-PDF-API2-Simple/07_as_string.pl
|
Loading…
Add table
Add a link
Reference in a new issue