freebsd-ports/devel/p5-Class-Data-Inheritable/Makefile
Martin Wilke 26a2f103d2 - Update to 0.08
PR:		120646
Submitted by:	lippe
Approved by:	maintainer timeout
2008-05-31 19:33:02 +00:00

21 lines
416 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= skv@FreeBSD.org
COMMENT= Inheritable, overridable class data
PERL_CONFIGURE= yes
MAN3= Class::Data::Inheritable.3
.include <bsd.port.mk>