4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# New ports collection makefile for: devel/p5-Getopt-ArgvFile
|
|
# Date created: 03 May 2002
|
|
# Whom: Eric Schnoebelen <eric@cirr.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Getopt-ArgvFile
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for processing argument vectors
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Getopt::ArgvFile.3
|
|
|
|
.include <bsd.port.mk>
|