freebsd-ports/astro/p5-Astro-Sunrise/Makefile
Anton Berezin 3648ff3c04 - update to 0.8;
- retire pkg-comment;
- account for perllocal.pod-potrname;
- remove unneeded MANPREFIX.
2003-03-05 19:27:42 +00:00

28 lines
648 B
Makefile

# 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.8
CATEGORIES= astro perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Astro
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl extension for computing the sunrise/sunset on a given day
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
PERL_CONFIGURE= yes
MAN3= Astro::Sunrise.3
post-patch:
${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/' \
${WRKSRC}/Sunrise.pm
.include <bsd.port.mk>