freebsd-ports/devel/p5-Getopt-Euclid/Makefile
Chin-San Huang 1d8f01a100 Add p5-Getopt-Euclid, Executable Uniform Command-Line Interface Descriptions.
Getopt::Euclid uses your program's own documentation to create a
command-line argument parser. This ensures that your program's documented
interface and its actual interface always agree.

WWW: http://search.cpan.org/dist/Getopt-Euclid/
2008-10-28 14:32:07 +00:00

25 lines
536 B
Makefile

# New ports collection makefile for: devel/p5-Getopt-Euclid
# Date created: 28 Oct 2008
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Getopt-Euclid
PORTVERSION= 0.2.0
DISTVERSIONPREFIX=v
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Executable Uniform Command-Line Interface Descriptions
BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Getopt::Euclid.3 Getopt::Euclid::HierDemo.3
.include <bsd.port.mk>