freebsd-ports/devel/p5-Class-MethodMaker/Makefile
Trevor Johnson 11b0931878 Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
2003-11-13 10:11:35 +00:00

22 lines
451 B
Makefile

# New ports collection makefile for: p5-Class-MethodMaker
# Date created: 2000-07-09
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= Class-MethodMaker
PORTVERSION= 1.11
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
.include <bsd.port.mk>