2001-04-28 17:08:08 +02:00
|
|
|
# New ports collection makefile for: lang/p5-Switch
|
|
|
|
# Date created: 26 April 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Switch
|
2010-01-10 00:27:56 +01:00
|
|
|
PORTVERSION= 2.16
|
2001-04-28 17:08:08 +02:00
|
|
|
CATEGORIES= lang perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:RGARCIA
|
2001-04-28 17:08:08 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Switch - A switch statement for Perl
|
2001-04-28 17:08:08 +02:00
|
|
|
|
2008-11-28 21:56:41 +01:00
|
|
|
BUILD_DEPENDS= p5-Filter>0:${PORTSDIR}/devel/p5-Filter
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-04-28 17:08:08 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Switch.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|