diff options
author | az <az@FreeBSD.org> | 2011-09-08 16:36:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-09-08 16:36:43 +0800 |
commit | b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1 (patch) | |
tree | dd625c4563329335365bcb09393c090dd497fdbd /devel/p5-Throwable | |
parent | c8fe79762aada987f1ee9fb773b3158323e0245f (diff) | |
download | freebsd-ports-gnome-b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1.tar.gz freebsd-ports-gnome-b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1.tar.zst freebsd-ports-gnome-b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1.zip |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
Diffstat (limited to 'devel/p5-Throwable')
-rw-r--r-- | devel/p5-Throwable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile index 70f3640536b6..432340e7ef66 100644 --- a/devel/p5-Throwable/Makefile +++ b/devel/p5-Throwable/Makefile @@ -9,7 +9,7 @@ PORTNAME= Throwable PORTVERSION= 0.102080 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/R/RJ/RJBS/ +MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Devel-StackTrace>=1.21:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= StackTrace::Auto.3 Throwable.3 Throwable::Error.3 |