2006-05-19 12:35:39 +02:00
|
|
|
# New ports collection makefile for: p5-UNIVERSAL-which
|
|
|
|
# Date Created: 19 May, 2006
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= UNIVERSAL-which
|
2007-10-13 14:01:14 +02:00
|
|
|
PORTVERSION= 0.06
|
2006-05-19 12:35:39 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-19 12:35:39 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for telling fully qualified name of the method
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.1+
|
2006-05-19 12:35:39 +02:00
|
|
|
MAN3= UNIVERSAL::which.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|