freebsd-ports/devel/p5-superclass/Makefile
Kurt Jaeger 514e8cdb48 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>
2016-03-19 07:50:55 +00:00

20 lines
338 B
Makefile

# $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>