f2fc4cd2ec
- simplify dependency - sort pkg-plist - bump PORTREVISION
29 lines
644 B
Makefile
29 lines
644 B
Makefile
# New ports collection makefile for: p5-Class-MethodMaker
|
|
# Date created: 2000-07-09
|
|
# Whom: Trevor Johnson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-MethodMaker
|
|
PORTVERSION= 2.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for creating generic methods
|
|
|
|
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>
|