11b0931878
I have contributed, in hopes of attracting less spam.
22 lines
451 B
Makefile
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>
|