diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-LeapSecond/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-DateTime-LeapSecond/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-LeapSecond/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-LeapSecond/pkg-plist | 5 |
5 files changed, 0 insertions, 33 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2a1a26b72a5..ebd6f483dcc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -569,7 +569,6 @@ SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-Strptime - SUBDIR += p5-DateTime-LeapSecond SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set diff --git a/devel/p5-DateTime-LeapSecond/Makefile b/devel/p5-DateTime-LeapSecond/Makefile deleted file mode 100644 index 301ff680b68..00000000000 --- a/devel/p5-DateTime-LeapSecond/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# 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> diff --git a/devel/p5-DateTime-LeapSecond/distinfo b/devel/p5-DateTime-LeapSecond/distinfo deleted file mode 100644 index a6457f8b105..00000000000 --- a/devel/p5-DateTime-LeapSecond/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (DateTime-LeapSecond-0.02.tar.gz) = b23961a5e1d06db18af78370220caf84 diff --git a/devel/p5-DateTime-LeapSecond/pkg-descr b/devel/p5-DateTime-LeapSecond/pkg-descr deleted file mode 100644 index 3d47e3a93cc..00000000000 --- a/devel/p5-DateTime-LeapSecond/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This module is used to calculate leap seconds for a given Rata Die day. It is -mostly intended for use by the DateTime.pm, rather than for external users. - -WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-LeapSecond/pkg-plist b/devel/p5-DateTime-LeapSecond/pkg-plist deleted file mode 100644 index 2fcf1d4f46d..00000000000 --- a/devel/p5-DateTime-LeapSecond/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/DateTime/LeapSecond.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/LeapSecond/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/LeapSecond -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |