c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# New ports collection makefile for: devel/p5-Getopt-Mixed
|
|
# Date created: 17 Jan 2003
|
|
# Whom: sumikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Getopt-Mixed
|
|
PORTVERSION= 1.008
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Getopt::Mixed.3
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|