2001-12-17 20:59:29 +01:00
|
|
|
# New ports collection makefile for: Class-Data-Inheritable
|
|
|
|
# Date created: 17 Dec 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Data-Inheritable
|
2008-05-31 21:33:02 +02:00
|
|
|
PORTVERSION= 0.08
|
2001-12-17 20:59:29 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-12-17 20:59:29 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-01-10 04:54:09 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Inheritable, overridable class data
|
2001-12-17 20:59:29 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Class::Data::Inheritable.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|