blob: 8df9a00aec52997409e93ef8d92be1292cb68d5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.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
MAN3= UNIVERSAL::which.3
.include <bsd.port.mk>
|