freebsd-ports/devel/p5-Class-MethodMaker/Makefile
2003-03-01 14:34:33 +00:00

23 lines
516 B
Makefile

# New ports collection makefile for: p5-Class-MethodMaker
# Date created: 2000-07-09
# Whom: Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#
PORTNAME= Class-MethodMaker
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= trevor@FreeBSD.org
COMMENT= Perl module for creating generic methods
PERL_CONFIGURE= yes
MAN3= Class::MethodMaker.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>