diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 16:01:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 16:01:54 +0800 |
commit | 07bcfef48265c1607ab6b5738a36c38c7cc98c52 (patch) | |
tree | 2be17adb94a0ba46e07f42b26871f6266de44ad1 /devel/p5-Class-AutoClass/Makefile | |
parent | 3f0c98a0815da4b2a135081a57f41245508adf9a (diff) | |
download | freebsd-ports-gnome-07bcfef48265c1607ab6b5738a36c38c7cc98c52.tar.gz freebsd-ports-gnome-07bcfef48265c1607ab6b5738a36c38c7cc98c52.tar.zst freebsd-ports-gnome-07bcfef48265c1607ab6b5738a36c38c7cc98c52.zip |
- Update to 1.55
- Add LICENSE
- Take maintainership
- Update pkg-descr
- Remove Author line
- Update WWW
Changes: http://search.cpan.org/dist/Class-AutoClass/
Diffstat (limited to 'devel/p5-Class-AutoClass/Makefile')
-rw-r--r-- | devel/p5-Class-AutoClass/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/devel/p5-Class-AutoClass/Makefile b/devel/p5-Class-AutoClass/Makefile index 78617c29755c..2b669d8292cb 100644 --- a/devel/p5-Class-AutoClass/Makefile +++ b/devel/p5-Class-AutoClass/Makefile @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= Class-AutoClass -PORTVERSION= 1.01 +PORTVERSION= 1.55 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= autoclass_v${PORTVERSION:S/./_/} -EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= Automatically define simple get and set methods in an inheritance structure +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Create get and set methods and simplify object initialization -RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Hash-AutoHash-Args>=1.10:${PORTSDIR}/devel/p5-Hash-AutoHash-Args +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \ + p5-Test-Deep>=0.098:${PORTSDIR}/devel/p5-Test-Deep + +USE_PERL5= modbuild USES= perl5 -USE_PERL5= configure -WRKSRC= ${WRKDIR}/AutoClass -MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3 +MAN3= Class::AutoClass.3 .include <bsd.port.mk> |