diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:44:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:44:43 +0000 |
commit | ca9da06ad1b5c76a9f22078699ba52131f20f53e (patch) | |
tree | d3bcef51ffc1ca20e6a7111f12aea3ac7c3b17af /astro/p5-Astro-Catalog | |
parent | 78b3a904f62a3aade7047a00e1b0ab8673436d9c (diff) | |
download | ports-ca9da06ad1b5c76a9f22078699ba52131f20f53e.tar.gz ports-ca9da06ad1b5c76a9f22078699ba52131f20f53e.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-Catalog')
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index f95976c3dfc1..c8739a51db1c 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -74,14 +74,7 @@ MAN3= Astro::Catalog.3 \ Astro::Catalog::Transport::WebService.3 \ Tk::AstroCatalog.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece -RUN_DEPENDS+= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece -.endif - post-patch: @${REINPLACE_CMD} -e '/\.cfg/ s|\.cfg|&.sample|2' ${WRKSRC}/Build.PL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |