2002-12-10 11:08:57 +01:00
|
|
|
# New ports collection makefile for: Class-Default
|
|
|
|
# Date created: 10 December 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Default
|
2005-02-15 17:42:57 +01:00
|
|
|
PORTVERSION= 1.3
|
2005-02-21 13:02:56 +01:00
|
|
|
PORTREVISION= 1
|
2002-12-10 11:08:57 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Class
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Static calls apply to a default instantiation
|
2002-12-10 11:08:57 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
|
2002-12-10 11:08:57 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-02-15 17:42:57 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2002-12-10 11:08:57 +01:00
|
|
|
|
|
|
|
MAN3= Class::Default.3
|
|
|
|
|
2004-11-14 14:07:23 +01:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2002-12-10 11:08:57 +01:00
|
|
|
.include <bsd.port.mk>
|