2006-04-27 11:12:09 +00:00
|
|
|
# New ports collection makefile for: devel/p5-Acme-MetaSyntactic
|
|
|
|
# Date created: 27 April 2006
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Acme-MetaSyntactic
|
2006-08-06 22:59:58 +00:00
|
|
|
PORTVERSION= 0.86
|
2006-04-27 11:12:09 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Acme
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-02 07:06:03 +00:00
|
|
|
COMMENT= Themed metasyntactic variables names
|
2006-04-27 11:12:09 +00:00
|
|
|
|
2006-05-23 02:20:30 +00:00
|
|
|
RUN_DEPENDS= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-04-27 11:12:09 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include "Makefile.man"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5 and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|