2002-06-25 06:01:21 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Getopt-ArgvFile
|
|
|
|
# Date created: 03 May 2002
|
|
|
|
# Whom: Eric Schnoebelen <eric@cirr.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Getopt-ArgvFile
|
2003-07-05 17:22:57 +02:00
|
|
|
PORTVERSION= 1.06
|
2002-06-25 06:01:21 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Getopt
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= eric@cirr.com
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl module for processing argument vectors
|
2002-06-25 06:01:21 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Getopt::ArgvFile.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|