1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/p5-Getopt-ArgvFile/Makefile
Yen-Ming Lee 7e2ed6a00b - update to 1.11
- assign to perl@
2007-04-23 00:13:46 +00:00

23 lines
463 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Getopt
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for processing argument vectors
PERL_CONFIGURE= yes
MAN3= Getopt::ArgvFile.3
.include <bsd.port.mk>