mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
292 B
Makefile
19 lines
292 B
Makefile
COMMENT = XS module to speed some PDF::API2 operations
|
|
|
|
DISTNAME = PDF-API2-XS-1.002
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = textproc/p5-PDF-API2
|
|
|
|
.include <bsd.port.mk>
|