freebsd-ports/devel/p5-Class-Handle/Makefile
Anton Berezin f242cb75bd Update to 1.05.
PR:		92265
Approved by:	maintainer timeout (2 weeks)
2006-02-08 08:00:14 +00:00

27 lines
684 B
Makefile

# New ports collection makefile for: Class-Handle
# Date created: 12 February 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-Handle
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Create objects that are handles to classes
RUN_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Class::Handle.3
.include <bsd.port.mk>