mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
438 B
Makefile
21 lines
438 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.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for telling fully qualified name of the method
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
MAN3= UNIVERSAL::which.3
|
|
|
|
.include <bsd.port.mk>
|