freebsd-ports/devel/p5-Class-MethodMaker/Makefile
Frederic Culot a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00

31 lines
668 B
Makefile

# New ports collection makefile for: p5-Class-MethodMaker
# Date created: 2000-07-09
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= Class-MethodMaker
PORTVERSION= 2.18
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for creating generic methods
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Class::MethodMaker.3 \
Class::MethodMaker::Constants.3 \
Class::MethodMaker::Engine.3 \
Class::MethodMaker::OptExt.3 \
Class::MethodMaker::V1Compat.3 \
Class::MethodMaker::array.3 \
Class::MethodMaker::hash.3 \
Class::MethodMaker::scalar.3
.include <bsd.port.mk>