freebsd-ports/devel/p5-Class-Default/Makefile
Sergey Skvortsov 8721f6cee3 Update to 1.50
PR:		ports/102859
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2006-09-05 16:56:56 +00:00

28 lines
644 B
Makefile

# New ports collection makefile for: Class-Default
# Date created: 10 December 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-Default
PORTVERSION= 1.50
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Static calls apply to a default instantiation
BUILD_DEPENDS= ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::Default.3
post-patch:
@${PERL} -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>