freebsd-ports/devel/p5-DateTime-LeapSecond/Makefile
Erwin Lansing f3a71bdf81 Add p5-DateTime-LeapSecond 0.02, leap seconds table and utilities.
PR:		51781
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-06-06 11:06:16 +00:00

22 lines
458 B
Makefile

# New ports collection makefile for: p5-DateTime-LeapSecond
# Date created: 4 mai 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= DateTime-LeapSecond
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Leap seconds table and utilities
PERL_CONFIGURE= yes
MAN3= DateTime::LeapSecond.3
.include <bsd.port.mk>