blob: d1f9acf5e61a52d451d5a28e2fb1ea045368ece0 (
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: 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>
|