# New ports collection makefile for: www/p5-Jifty # Date created: 27 Dec 2005 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Jifty PORTVERSION= 0.60213 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Jifty PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Jifty -- Just Do It -- Yet another web framework BUILD_DEPENDS= \ p5-Apache-Session>0:${PORTSDIR}/www/p5-Apache-Session \ p5-App-CLI>=0.03:${PORTSDIR}/devel/p5-App-CLI \ p5-Cache-Cache>0:${PORTSDIR}/devel/p5-Cache-Cache \ p5-CGI.pm>0:${PORTSDIR}/www/p5-CGI.pm \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Container>0:${PORTSDIR}/devel/p5-Class-Container \ p5-Clone>0:${PORTSDIR}/devel/p5-Clone \ p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page \ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Email-Folder>0:${PORTSDIR}/mail/p5-Email-Folder \ p5-Email-LocalDelivery>0:${PORTSDIR}/mail/p5-Email-LocalDelivery \ p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ p5-Email-Simple>0:${PORTSDIR}/mail/p5-Email-Simple \ p5-Email-Simple-Creator>0:${PORTSDIR}/mail/p5-Email-Simple-Creator \ p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Mason>=1.31.0.1:${PORTSDIR}/www/p5-HTML-Mason \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-HTTP-Server-Simple>=0.10:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-HTTP-Server-Simple-Mason>=0.09:${PORTSDIR}/www/p5-HTTP-Server-Simple-Mason \ p5-HTTP-Server-Simple-Recorder>0:${PORTSDIR}/www/p5-HTTP-Server-Simple-Recorder \ p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \ p5-Hook-LexWrap>0:${PORTSDIR}/devel/p5-Hook-LexWrap \ p5-Jifty-DBI>0.06:${PORTSDIR}/databases/p5-Jifty-DBI \ p5-JSON-Syck>=0.05:${PORTSDIR}/textproc/p5-JSON-Syck \ p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-Module-Install>=0.50:${PORTSDIR}/devel/p5-Module-Install \ p5-Locale-Maketext-Simple>0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ p5-Module-Pluggable>=2.95:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-Module-Refresh>0:${PORTSDIR}/devel/p5-Module-Refresh \ p5-Pod-Parser>0:${PORTSDIR}/textproc/p5-Pod-Parser \ p5-Pod-Simple>0:${PORTSDIR}/textproc/p5-Pod-Simple \ p5-String-Koremutake>0:${PORTSDIR}/textproc/p5-String-Koremutake \ p5-Test-Base>=0.44:${PORTSDIR}/devel/p5-Test-Base \ p5-Test-HTTP-Server-Simple>=0.02:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \ p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \ p5-HTML-Lint>0:${PORTSDIR}/www/p5-HTML-Lint \ p5-Test-WWW-Mechanize>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ p5-Time-modules>0:${PORTSDIR}/devel/p5-Time-modules \ p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \ p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-WWW-Mechanize>=1.12:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-version>0:${PORTSDIR}/devel/p5-version \ p5-XML-Writer>0:${PORTSDIR}/textproc/p5-XML-Writer \ p5-XML-XPath>0:${PORTSDIR}/textproc/p5-XML-XPath \ p5-YAML-Syck>=0.27:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes .include "Makefile.man" .include .if ${PERL_LEVEL} < 500803 IGNORE= requires perl 5.8.3 or later. Install lang/perl5.8 and try again .endif .include