2001-09-16 22:55:29 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Getopt-Declare
|
|
|
|
# Date created: 16 Sep 2001
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Getopt-Declare
|
2004-02-15 15:48:30 +01:00
|
|
|
PORTVERSION= 1.11
|
2001-09-16 22:55:29 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-09-16 22:55:29 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Declaratively Expressed Command-Line Arguments via Regular Expressions
|
2001-09-16 22:55:29 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced
|
2001-09-16 22:55:29 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Getopt::Declare.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|