21 lines
399 B
Makefile
21 lines
399 B
Makefile
# New ports collection makefile for: devel/p5-Getopt-GUI-Long
|
|
# Date created: 13 Feb 2010
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Getopt-GUI-Long
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Wrapper around Getopt::Long
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Getopt::GUI::Long.3
|
|
|
|
.include <bsd.port.mk>
|