diff options
Diffstat (limited to 'textproc/p5-CSS-Tiny/Makefile')
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index 742f5a9c385a..b9bd6f1f49dd 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -6,8 +6,7 @@ # PORTNAME= CSS-Tiny -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS @@ -16,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= hansjoerg.pehofer@uibk.ac.at COMMENT= Read/Write .css files with as little code as possible -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -24,16 +24,9 @@ MAN3= CSS::Tiny.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -EXTRA_PATCHES= ${PATCHDIR}/500503-lib::CSS::Tiny.pm -.endif - post-patch: @${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm @${PERL} -pi -e '$$_="" if /AutoInstall/' ${WRKSRC}/MANIFEST @${PERL} -pi -e '$$_="" if /Test::More|auto_install/' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} <= 500503 - @${RM} ${WRKSRC}/lib/CSS/Tiny.pm.orig -.endif .include <bsd.port.post.mk> |