2003-12-04 17:00:52 +01:00
|
|
|
# New ports collection makefile for: p5-Class-Base
|
|
|
|
# Date created: Nov 23 2003
|
|
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Class-Base
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-12-04 17:00:52 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-06-01 14:32:33 +02:00
|
|
|
MAINTAINER= lth@FreeBSD.org
|
2003-12-04 17:00:52 +01:00
|
|
|
COMMENT= Useful base class for deriving other modules
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Class::Base.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|