blob: 76ca9b0f202343e7b33e9c7eb5a23e69488aa0f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
USES= perl5
USE_PERL5= configure
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>
|