1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/print/p5-Text-PDF/Makefile
2014-01-30 07:55:01 +00:00

27 lines
533 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= Text-PDF
PORTVERSION= 0.29a
PORTREVISION= 2
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= A PDF manipulation module
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} -f ${WRKSRC}/pm_to_blib
post-install:
@${MKDIR} ${STAGEDIR}${SITE_PERL}/Text/PDF/examples
@${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${SITE_PERL}/Text/PDF/examples
.include <bsd.port.mk>