mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
787a3b3f86
While the port is abandoned upstream it does still work and mail/t-prot is broken without it. Fixing mail/t-prot does not look like it will ever happen so we should keep Getopt::Mixed around and discourage it's use with DEPRECATED. PR: ports/132922 Submitted by: rollingbits@gmail.com
27 lines
537 B
Makefile
27 lines
537 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= CPAN
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Getopt::Mixed.3
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|