svn commit: r444152 - head/devel/p5-Data-Random
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 22 23:42:30 UTC 2017
Author: sunpoet
Date: Thu Jun 22 23:42:29 2017
New Revision: 444152
URL: https://svnweb.freebsd.org/changeset/ports/444152
Log:
Remove Perl core modules
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Modified:
head/devel/p5-Data-Random/Makefile
Modified: head/devel/p5-Data-Random/Makefile
==============================================================================
--- head/devel/p5-Data-Random/Makefile Thu Jun 22 23:42:24 2017 (r444151)
+++ head/devel/p5-Data-Random/Makefile Thu Jun 22 23:42:29 2017 (r444152)
@@ -3,6 +3,7 @@
PORTNAME= Data-Random
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,13 +14,12 @@ COMMENT= Perl module for generating random data
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Time-Piece>=1.16:devel/p5-Time-Piece \
- p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny
-RUN_DEPENDS= p5-Time-Piece>=1.16:devel/p5-Time-Piece
+BUILD_DEPENDS= p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny
OPTIONS_DEFINE= GD
GD_DESC= Support for rand_image()
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list