diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-02-17 09:35:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-02-17 09:35:54 +0000 |
commit | 50e9cc8f2acde8e1c5c5ab7707bdb6a2c1172da3 (patch) | |
tree | 13044087c50ef683c73e21a9cd5b7f125bf79c0a | |
parent | lang/gcc6-aux: Update version 20160124 => 20160214 (diff) |
lang/p5-Scalar-Util-Numeric was already there at devel/p5-Scalar-Util-Numeric.
Pointy hat to: adamw
Sponsored by: Absolight
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/p5-Scalar-Util-Numeric/Makefile | 22 | ||||
-rw-r--r-- | lang/p5-Scalar-Util-Numeric/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-Scalar-Util-Numeric/pkg-descr | 5 | ||||
-rw-r--r-- | lang/p5-Scalar-Util-Numeric/pkg-plist | 3 | ||||
-rw-r--r-- | security/p5-Crypt-XTEA/Makefile | 2 |
6 files changed, 1 insertions, 34 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3e0c464d5271..2b0282b14a9a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -221,7 +221,6 @@ SUBDIR += p5-Pugs-Compiler-Rule SUBDIR += p5-Quantum-Superpositions SUBDIR += p5-Scalar-List-Utils - SUBDIR += p5-Scalar-Util-Numeric SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-Test-XPath diff --git a/lang/p5-Scalar-Util-Numeric/Makefile b/lang/p5-Scalar-Util-Numeric/Makefile deleted file mode 100644 index 1be2e91c9742..000000000000 --- a/lang/p5-Scalar-Util-Numeric/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Scalar-Util-Numeric -PORTVERSION= 0.40 -CATEGORIES= lang perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= adamw@FreeBSD.org -COMMENT= Numeric tests for perl scalars - -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - -USES= perl5 -USE_PERL5= configure - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scalar/Util/Numeric/Numeric.so - -.include <bsd.port.mk> diff --git a/lang/p5-Scalar-Util-Numeric/distinfo b/lang/p5-Scalar-Util-Numeric/distinfo deleted file mode 100644 index 0dfdb7635656..000000000000 --- a/lang/p5-Scalar-Util-Numeric/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Scalar-Util-Numeric-0.40.tar.gz) = d7501b6d410703db5b1c1942fbfc41af8964a35525d7f766058acf5ca2cc4440 -SIZE (Scalar-Util-Numeric-0.40.tar.gz) = 52757 diff --git a/lang/p5-Scalar-Util-Numeric/pkg-descr b/lang/p5-Scalar-Util-Numeric/pkg-descr deleted file mode 100644 index 0d001ed34b89..000000000000 --- a/lang/p5-Scalar-Util-Numeric/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This module exports a number of wrappers around perl's builtin grok_number -function, which returns the numeric type of its argument, or 0 if it isn't -numeric. - -WWW: https://metacpan.org/pod/Scalar::Util::Numeric diff --git a/lang/p5-Scalar-Util-Numeric/pkg-plist b/lang/p5-Scalar-Util-Numeric/pkg-plist deleted file mode 100644 index dfd381cbfaaa..000000000000 --- a/lang/p5-Scalar-Util-Numeric/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%SITE_ARCH%%/Scalar/Util/Numeric.pm -%%SITE_ARCH%%/auto/Scalar/Util/Numeric/Numeric.so -%%PERL5_MAN3%%/Scalar::Util::Numeric.3.gz diff --git a/security/p5-Crypt-XTEA/Makefile b/security/p5-Crypt-XTEA/Makefile index aeeadcc29488..ba3321a64f78 100644 --- a/security/p5-Crypt-XTEA/Makefile +++ b/security/p5-Crypt-XTEA/Makefile @@ -13,7 +13,7 @@ COMMENT= Implementation of the eXtended Tiny Encryption Algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/lang/p5-Scalar-Util-Numeric +BUILD_DEPENDS= p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/devel/p5-Scalar-Util-Numeric RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC |