blob: f87de82f444e94adb91e1610a87a059ab6baac3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Getopt
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= eric@cirr.com
COMMENT= Perl module for processing argument vectors
PERL_CONFIGURE= yes
MAN3= Getopt::ArgvFile.3
.include <bsd.port.mk>
|