aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-28 09:45:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-28 09:45:05 +0000
commit2a04d2773b827b2fc79cb1f36fc0844fefce8e2e (patch)
tree391fd987af917dcb473c2c2b4e1bdda0486bccc7
parent596c9fc233262df062b08feb42cf5f65c5f7a973 (diff)
downloadports-2a04d2773b827b2fc79cb1f36fc0844fefce8e2e.tar.gz
ports-2a04d2773b827b2fc79cb1f36fc0844fefce8e2e.zip
Notes
-rw-r--r--devel/p5-Class-Delegation/Makefile11
-rw-r--r--devel/p5-Class-Delegation/distinfo5
-rw-r--r--devel/p5-Class-Delegation/pkg-plist2
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Class-Delegation/Makefile b/devel/p5-Class-Delegation/Makefile
index 499be9796b90..bcf147c42ec8 100644
--- a/devel/p5-Class-Delegation/Makefile
+++ b/devel/p5-Class-Delegation/Makefile
@@ -2,23 +2,24 @@
# $FreeBSD$
PORTNAME= Class-Delegation
-PORTVERSION= 1.7.1
-DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTVERSION= 1.9.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:DCONWAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object-oriented delegation
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/demo/* ${STAGEDIR}${EXAMPLESDIR}
diff --git a/devel/p5-Class-Delegation/distinfo b/devel/p5-Class-Delegation/distinfo
index 5ef560e99dbc..f00546502a45 100644
--- a/devel/p5-Class-Delegation/distinfo
+++ b/devel/p5-Class-Delegation/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Class-Delegation-v1.7.1.tar.gz) = a4ce8608e2069aa5c96b8be47c6bad4bc64d4c5d22fd15429ac5135eb75f28f2
-SIZE (Class-Delegation-v1.7.1.tar.gz) = 14583
+TIMESTAMP = 1488223206
+SHA256 (Class-Delegation-1.9.0.tar.gz) = 9841da97bbade4cb5a29127b07077de789736ba215b70fe229a9ff9260ff55df
+SIZE (Class-Delegation-1.9.0.tar.gz) = 14709
diff --git a/devel/p5-Class-Delegation/pkg-plist b/devel/p5-Class-Delegation/pkg-plist
index 1ee55b1fd395..45da6401127c 100644
--- a/devel/p5-Class-Delegation/pkg-plist
+++ b/devel/p5-Class-Delegation/pkg-plist
@@ -1,5 +1,5 @@
-%%PERL5_MAN3%%/Class::Delegation.3.gz
%%SITE_PERL%%/Class/Delegation.pm
+%%PERL5_MAN3%%/Class::Delegation.3.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_adapt_interface.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_change_semantics.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_facade.pl