22 lines
458 B
Makefile
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>
|