20 lines
402 B
Makefile
20 lines
402 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
PORTNAME= Class-Multimethods
|
|
PORTVERSION= 1.701
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Support multimethods and function overloading in Perl
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-1.700
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|