diff options
Diffstat (limited to 'astro/p5-Astro-Sunrise/Makefile')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile new file mode 100644 index 000000000000..3bcb79720854 --- /dev/null +++ b/astro/p5-Astro-Sunrise/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: astro/p5-Astro-Sunrise +# Date created: 25 April 2001 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Astro-Sunrise +PORTVERSION= 0.04 +CATEGORIES= astro perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Astro +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +PERL_CONFIGURE= yes + +MAN3= Astro::Sunrise.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |