freebsd-ports/devel/p5-Date-Simple/Makefile
Will Andrews 7fea6e110f Add p5-Date-Simple 2.04, a simple date object.
PR:		52316
Submitted by:	Alexey V. Antipovsky <kemm@in-line.ru>
2003-06-03 03:45:35 +00:00

24 lines
627 B
Makefile

# New ports collection makefile for: p5-Date-Simple
# Date created: 15 May 2003
# Whom: Alexey V. Antipovsky <kemm@in-line.ru>
#
# $FreeBSD$
#
PORTNAME= Date-Simple
PORTVERSION= 2.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/J/JT/JTOBEY
PKGNAMEPREFIX= p5-
MAINTAINER= kemm@in-line.ru
COMMENT= A simple date object
PERL_CONFIGURE= yes
MAN3= Date::Simple.3 Date::Simple::NoXS.3
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>