2001-06-11 06:34:55 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Getopt-Long
|
|
|
|
# Date created: 31 May 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Getopt-Long
|
2009-04-27 17:41:40 +02:00
|
|
|
PORTVERSION= 2.38
|
2001-06-11 06:34:55 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-06-11 06:34:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module for extended processing of command line options
|
2001-06-11 06:34:55 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Getopt::Long.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|