diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-12 04:52:00 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-12 04:52:00 +0000 |
commit | 7e25e2fc64ec3506565aff0393b6ea2404b30272 (patch) | |
tree | d6fbaee3c92d71b1c3d73c7aa948d6255a8e7bdd /textproc/p5-CSS-Tiny | |
parent | bf8acec05c6df5e580b15992399bd0539292a764 (diff) | |
download | ports-7e25e2fc64ec3506565aff0393b6ea2404b30272.tar.gz ports-7e25e2fc64ec3506565aff0393b6ea2404b30272.zip |
Notes
Diffstat (limited to 'textproc/p5-CSS-Tiny')
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/pkg-plist | 1 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index b9bd6f1f49dd..55e7b3b8bca5 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CSS-Tiny -PORTVERSION= 1.11 +PORTVERSION= 1.14 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS @@ -15,18 +15,17 @@ 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 \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes + MAN3= CSS::Tiny.3 .include <bsd.port.pre.mk> -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} < 500504 +IGNORE= requires perl 5.5.4 or later. Install lang/perl5.8 and try again +.endif .include <bsd.port.post.mk> diff --git a/textproc/p5-CSS-Tiny/distinfo b/textproc/p5-CSS-Tiny/distinfo index 44474b8ff418..04dfe23b7238 100644 --- a/textproc/p5-CSS-Tiny/distinfo +++ b/textproc/p5-CSS-Tiny/distinfo @@ -1,3 +1,3 @@ -MD5 (CSS-Tiny-1.11.tar.gz) = 66fac70597a4e6628f1875037d1d2a94 -SHA256 (CSS-Tiny-1.11.tar.gz) = 95f72b19243b68af13de32ebcab06d15d9e6f995bbae47578f145bf55d73832a -SIZE (CSS-Tiny-1.11.tar.gz) = 26807 +MD5 (CSS-Tiny-1.14.tar.gz) = 778e4184dcac079b2eb0264c4748c335 +SHA256 (CSS-Tiny-1.14.tar.gz) = b8c6cd3b6f72052981bac8fb7a03da0409855c2d3ae97123cc3e8294b117261f +SIZE (CSS-Tiny-1.14.tar.gz) = 25413 diff --git a/textproc/p5-CSS-Tiny/pkg-plist b/textproc/p5-CSS-Tiny/pkg-plist index 72f7d10b80c4..23d4e1003536 100644 --- a/textproc/p5-CSS-Tiny/pkg-plist +++ b/textproc/p5-CSS-Tiny/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/CSS/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny |