New port: devel/p5-superclass

Allows you to both load one or more modules, while setting up
inheritance from those modules at the same time.

If a module in the import list is followed by something that
doesn't look like a legal module name,
the VERSION method will be called with it as an argument.

WWW: http://search.cpan.org/dist/superclass/

PR:		208124
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
This commit is contained in:
Kurt Jaeger 2016-03-19 07:50:55 +00:00
parent 355c490594
commit 514e8cdb48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411380
5 changed files with 33 additions and 0 deletions

View file

@ -3488,6 +3488,7 @@
SUBDIR += p5-strictures
SUBDIR += p5-subatom
SUBDIR += p5-subversion
SUBDIR += p5-superclass
SUBDIR += p5-syntax
SUBDIR += p5-threads
SUBDIR += p5-threads-shared

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= superclass
PORTVERSION= 0.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= hvo.pm@xs4all.nl
COMMENT= Like parent, but with version checks
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (superclass-0.003.tar.gz) = 783d4750f12434814c9618ac4cf6b9bd851c22bc58f4d583f78ae38cef37dfef
SIZE (superclass-0.003.tar.gz) = 19117

View file

@ -0,0 +1,8 @@
Allows you to both load one or more modules, while setting up
inheritance from those modules at the same time.
If a module in the import list is followed by something that
doesn't look like a legal module name,
the VERSION method will be called with it as an argument.
WWW: http://search.cpan.org/dist/superclass/

View file

@ -0,0 +1,2 @@
%%PERL5_MAN3%%/superclass.3.gz
%%SITE_PERL%%/superclass.pm