forked from Lainports/freebsd-ports
27 lines
570 B
Makefile
27 lines
570 B
Makefile
# Created by: trevor
|
|
# $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>
|