f61aa69467
he has had one or more maintainer-timeouts on in the past 12 months.
21 lines
418 B
Makefile
21 lines
418 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= ports@FreeBSD.org
|
|
COMMENT= Inheritable, overridable class data
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Data::Inheritable.3
|
|
|
|
.include <bsd.port.mk>
|