21 lines
417 B
Makefile
21 lines
417 B
Makefile
# New ports collection makefile for: Class-Data-Inheritable
|
|
# Date created: 17 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Data-Inheritable
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Inheritable, overridable class data
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Data::Inheritable.3
|
|
|
|
.include <bsd.port.mk>
|