1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/print/p5-Text-PDF/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

27 lines
556 B
Makefile

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