2006-07-19 04:29:38 +02:00
|
|
|
# New ports collection makefile for: p5-Object-Declare
|
|
|
|
# Date created: 2006-07-19
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Object-Declare
|
2007-02-12 10:55:49 +01:00
|
|
|
PORTVERSION= 0.22
|
2006-07-19 04:29:38 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-19 04:29:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-02-05 02:18:46 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-19 04:29:38 +02:00
|
|
|
COMMENT= Declarative object constructor
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Object::Declare.3
|
|
|
|
|
2007-02-05 02:18:46 +01:00
|
|
|
.include <bsd.port.mk>
|