freebsd-ports/devel/p5-FSA-Rules/Makefile
Frank J. Laszlo 67b8ad14c8 - Update to 0.26
- Use BUILD_DEPENDS=${RUN_DEPENDS} to prevent from unused run-depends when
	using PERL_MODBUILD=yes (it will add something to BUILD_DEPENDS)
- No Clone dependency anymore, and add GraphViz dependency
- Storable 2.04 is in Perl 5.8.0+

PR:		ports/102667
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer timeout (3 months)
2006-12-07 15:32:42 +00:00

36 lines
875 B
Makefile

# New ports collection makefile for: FSA-Rules
# Date created: 11 Feb 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= FSA-Rules
PORTVERSION= 0.26
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DW/DWHEELER
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Build simple rules-based state machines in Perl
RUN_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \
${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= FSA::Rules.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl5.6 due to dependencies
.endif
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>