f09fca2358
Approved by: portmgr (blanket infrastructure)
15 lines
283 B
Makefile
15 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= UNIVERSAL-which
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for telling fully qualified name of the method
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|