1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/p5-Workflow/Makefile
Erwin Lansing 2eaa3d132b Add p5-Workflow 0.17, simple, flexible system to implement workflows.
PR:		ports/98948
Submitted by:	svysh
2006-06-14 20:09:40 +00:00

83 lines
2.7 KiB
Makefile

# New ports collection makefile for: p5-Workflow
# Date created: 8 June 2006
# Whom: svysh
#
# $FreeBSD$
#
PORTNAME= Workflow
PORTVERSION= 0.17
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Workflow
PKGNAMEPREFIX= p5-
MAINTAINER= svysh@cryptocom.ru
COMMENT= Simple, flexible system to implement workflows
BUILD_DEPENDS= \
${SITE_PERL}/Class/Observable.pm:${PORTSDIR}/devel/p5-Class-Observable \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/DBD/Mock.pm:${PORTSDIR}/databases/p5-DBD-Mock \
${SITE_PERL}/Class/Factory.pm:${PORTSDIR}/devel/p5-Class-Factory \
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Workflow.3 \
Workflow::Action.3 \
Workflow::Action::InputField.3 \
Workflow::Action::Null.3 \
Workflow::Base.3 \
Workflow::Condition.3 \
Workflow::Condition::Evaluate.3 \
Workflow::Condition::HasUser.3 \
Workflow::Config.3 \
Workflow::Config::Perl.3 \
Workflow::Config::XML.3 \
Workflow::Context.3 \
Workflow::Exception.3 \
Workflow::Factory.3 \
Workflow::History.3 \
Workflow::Persister.3 \
Workflow::Persister::DBI.3 \
Workflow::Persister::DBI::AutoGeneratedId.3 \
Workflow::Persister::DBI::ExtraData.3 \
Workflow::Persister::DBI::SequenceId.3 \
Workflow::Persister::File.3 \
Workflow::Persister::RandomId.3 \
Workflow::Persister::SPOPS.3 \
Workflow::Persister::UUID.3 \
Workflow::State.3 \
Workflow::Validator.3 \
Workflow::Validator::HasRequiredField.3 \
Workflow::Validator::InEnumeratedType.3 \
Workflow::Validator::MatchesDateFormat.3
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}/ticket
@${CP} -R ${WRKSRC}/eg/ticket ${EXAMPLESDIR}/
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/struct/* ${DATADIR}/
@${ECHO_MSG} "===> SQL data structures installed in ${DATADIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500806
IGNORE= requires newer Perl, but you can install required old additional perl modules from CPAN instead
.endif
.include <bsd.port.post.mk>