diff options
author | az <az@FreeBSD.org> | 2012-12-17 13:44:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 13:44:43 +0800 |
commit | 96d0af6c69580d67545ff66db133b1fa5b4e4e66 (patch) | |
tree | d3bcef51ffc1ca20e6a7111f12aea3ac7c3b17af /astro | |
parent | 4be53e13c813f6a799ee2aee9a2ee74396577e99 (diff) | |
download | freebsd-ports-gnome-96d0af6c69580d67545ff66db133b1fa5b4e4e66.tar.gz freebsd-ports-gnome-96d0af6c69580d67545ff66db133b1fa5b4e4e66.tar.zst freebsd-ports-gnome-96d0af6c69580d67545ff66db133b1fa5b4e4e66.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'astro')
-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> |