e7dc7669c7
Approved by: erwin (mental)
31 lines
747 B
Makefile
31 lines
747 B
Makefile
# New ports collection makefile for: p5-UNIVERSAL-isa
|
|
# Date Created: 16 Nov, 2005
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= UNIVERSAL-isa
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/C/CH/CHROMATIC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Try to recover from people calling UNIVERSAL::isa as a function
|
|
|
|
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= UNIVERSAL::isa.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires Perl 5.6 or newer. Install lang/perl5 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|