2cfe6ef857
Approved by: tobez (implicit)
23 lines
475 B
Makefile
23 lines
475 B
Makefile
# New ports collection makefile for: p5-Class-Multimethods
|
|
# Date created: 01 Jun 2006
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Multimethods
|
|
PORTVERSION= 1.70
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= Support multimethods and function overloading in Perl
|
|
|
|
MAN3= Class::Multimethods.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|