freebsd-ports/devel/p5-Date-Manip/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

22 lines
453 B
Makefile

# New ports collection makefile for: p5-Date-Manip
# Date created: April 28th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Date-Manip
PORTVERSION= 5.44
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= DateManip-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl5 module containing date manipulation routines
PERL_CONFIGURE= YES
MAN3= Date::Manip.3
.include <bsd.port.mk>