freebsd-ports/devel/p5-Date-Manip/Makefile

24 lines
498 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Date-Manip
# Date created: April 28th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-15 03:36:28 +02:00
PORTNAME= Date-Manip
2005-06-07 10:56:28 +02:00
PORTVERSION= 5.44
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
2000-04-15 03:36:28 +02:00
DISTNAME= DateManip-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Perl5 module containing date manipulation routines
PERL_CONFIGURE= YES
MAN3= Date::Manip.3
.include <bsd.port.mk>