0fce66e242
Reported by: pointyhat via kris
27 lines
626 B
Makefile
27 lines
626 B
Makefile
# New ports collection makefile for: p5-UNIVERSAL-which
|
|
# Date Created: 19 May, 2006
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= UNIVERSAL-which
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= UNIVERSAL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for telling fully qualified name of the method
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= UNIVERSAL::which.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500801
|
|
IGNORE= requires Perl 5.8.1 or newer. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|