From 0c32f397115d6a7e639ed1f8b4228848bd5cc96c Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Wed, 31 Jul 2013 06:54:09 +0000 Subject: - Convert to new Uses/perl5.mk framework - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) --- astro/google-earth/Makefile | 8 ++------ astro/p5-Astro-Sunrise/Makefile | 9 +++------ 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'astro') diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 77d61f53d5d3..614e1913e312 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: google-earth -# Date created: Jun 13 2006 -# Whom: Florent Thoumie -# # $FreeBSD$ -# PORTNAME= google-earth PORTVERSION= 6.0.3.2197 @@ -28,7 +23,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ USE_LINUX= yes USE_LINUX_APPS= xorglibs USE_GNOME= desktopfileutils -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= patch build .include diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index 9e641b534de3..b0e9f011af4d 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: astro/p5-Astro-Sunrise -# Date created: 25 April 2001 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= Astro-Sunrise PORTVERSION= 0.91 @@ -16,7 +12,8 @@ COMMENT= Perl extension for computing the sunrise/sunset on a given day BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Astro::Sunrise.3 -- cgit v1.2.3