aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Getopt-Mixed/Makefile
blob: c16a4fa7dc4e93369739dde9f4dd4522f5e74685 (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
24
25
26
27
28
# New ports collection makefile for:	devel/p5-Getopt-Mixed
# Date created:				17 Jan 2003
# Whom:					sumikawa
#
# $FreeBSD$
#

PORTNAME=	Getopt-Mixed
PORTVERSION=	1.10
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Getopt
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl module for processing of both short and long command line options

DEPRECATED=	Use devel/p5-Getopt-Long instead
EXPIRATION_DATE=	2007-04-23

PERL_CONFIGURE=	yes

MAN3=		Getopt::Mixed.3

pre-configure:
	${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>