freebsd-ports/devel/p5-Getopt-Mixed/Makefile
Anton Berezin dd93c747f8 Update to 1.10. Deprecate and schedule for deletion since
the modules author has marked it as obsolete.
The commit is based on PR 110595 and the discussion that followed.

PR:		110595
Submitted by:	Steven Kreuzer <skreuzer@f2o.org>
2007-03-23 15:56:41 +00:00

28 lines
612 B
Makefile

# 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>