diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 12:37:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 12:37:56 +0800 |
commit | f601430498b0ac9ae4239e061263f96f24451869 (patch) | |
tree | f2e31437409aa99f51459323136a83d05219a25a /devel | |
parent | f1f3adadf0aab40990b1f77ba7dadb03611a1ae0 (diff) | |
download | freebsd-ports-gnome-f601430498b0ac9ae4239e061263f96f24451869.tar.gz freebsd-ports-gnome-f601430498b0ac9ae4239e061263f96f24451869.tar.zst freebsd-ports-gnome-f601430498b0ac9ae4239e061263f96f24451869.zip |
- Remove p5-Scalar-Util-Clone
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Scalar-Util-Clone/Makefile | 37 | ||||
-rw-r--r-- | devel/p5-Scalar-Util-Clone/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Scalar-Util-Clone/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Scalar-Util-Clone/pkg-plist | 9 |
5 files changed, 0 insertions, 53 deletions
diff --git a/devel/Makefile b/devel/Makefile index b6155cb5bf04..1290ee3b91f0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2267,7 +2267,6 @@ SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String - SUBDIR += p5-Scalar-Util-Clone SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Search-Binary diff --git a/devel/p5-Scalar-Util-Clone/Makefile b/devel/p5-Scalar-Util-Clone/Makefile deleted file mode 100644 index bdce7e581e82..000000000000 --- a/devel/p5-Scalar-Util-Clone/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: devel/p5-Scalar-Util-Clone -# Date created: 08 June 2006 -# Whom: Zach Thompson <hideo@lastamericanempire.com> -# -# $FreeBSD$ -# - -PORTNAME= Scalar-Util-Clone -PORTVERSION= 0.10 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Recursively copy datatypes using Perl's builtin functions - -DEPRECATED= Disappear from CPAN -EXPIRATION_DATE= 2011-09-01 - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= Scalar::Util::Clone.3 - -post-extract: - @${PERL} -pi -e '$$_ = undef if /''OPTIMIZE''/' ${WRKSRC}/Makefile.PL - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 501000 -# see http://rt.cpan.org/Public/Bug/Display.html?id=33501 -BROKEN= Does not build with perl >= 5.10 -.endif - -.include <bsd.port.post.mk> diff --git a/devel/p5-Scalar-Util-Clone/distinfo b/devel/p5-Scalar-Util-Clone/distinfo deleted file mode 100644 index e445cc3feece..000000000000 --- a/devel/p5-Scalar-Util-Clone/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Scalar-Util-Clone-0.10.tar.gz) = b51a9274382c8a52cf5057d2908edee32c07d36a526ef5af750ccb274198e24f -SIZE (Scalar-Util-Clone-0.10.tar.gz) = 50483 diff --git a/devel/p5-Scalar-Util-Clone/pkg-descr b/devel/p5-Scalar-Util-Clone/pkg-descr deleted file mode 100644 index a228b9351840..000000000000 --- a/devel/p5-Scalar-Util-Clone/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This module exports a clone() function which unlocks the builtin -functionality perl uses to clone a new interpreter and its values. - -WWW: http://search.cpan.org/dist/Scalar-Util-Clone/ diff --git a/devel/p5-Scalar-Util-Clone/pkg-plist b/devel/p5-Scalar-Util-Clone/pkg-plist deleted file mode 100644 index 7009d28f8561..000000000000 --- a/devel/p5-Scalar-Util-Clone/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util/Clone.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone/Clone.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone/Clone.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar |