2002-05-28 19:20:52 +02:00
|
|
|
# New ports collection makefile for: p5-Bundle-Slash
|
|
|
|
# Date created: March 17th 2002
|
|
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Bundle-Slash
|
2006-08-22 12:01:32 +02:00
|
|
|
PORTVERSION= 2.52
|
2010-01-25 23:42:58 +01:00
|
|
|
PORTREVISION= 2
|
2002-05-28 19:20:52 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-05-28 19:20:52 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-10-15 14:42:05 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A bundle to install all modules used for Slash
|
2002-05-28 19:20:52 +02:00
|
|
|
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
2002-05-28 19:20:52 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
|
|
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
|
|
|
|
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
2004-03-03 13:25:09 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
2004-03-06 10:15:59 +01:00
|
|
|
${SITE_PERL}/HTML/CalendarMonthSimple.pm:${PORTSDIR}/www/p5-HTML-CalendarMonthSimple \
|
2002-05-28 19:20:52 +02:00
|
|
|
${SITE_PERL}/Font/AFM.pm:${PORTSDIR}/x11-fonts/p5-Font-AFM \
|
|
|
|
${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \
|
|
|
|
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
|
2004-03-03 13:25:09 +01:00
|
|
|
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
2002-05-28 19:20:52 +02:00
|
|
|
${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
|
|
|
|
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \
|
|
|
|
${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
|
2002-07-27 17:57:30 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
2009-10-26 08:55:37 +01:00
|
|
|
${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
2002-05-28 19:20:52 +02:00
|
|
|
${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
|
|
|
|
${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
|
|
|
|
${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
|
|
|
|
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
|
|
|
${SITE_PERL}/Schedule/Cron.pm:${PORTSDIR}/sysutils/p5-Schedule-Cron \
|
|
|
|
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
|
|
|
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
|
2003-05-13 12:14:51 +02:00
|
|
|
${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
|
2002-05-28 19:20:52 +02:00
|
|
|
${SITE_PERL}/DBIx/Password.pm:${PORTSDIR}/databases/p5-DBIx-Password
|
2009-12-25 19:19:17 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
USE_APACHE= 1.3+
|
|
|
|
USE_MYSQL= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2004-03-03 13:25:09 +01:00
|
|
|
|
2009-12-25 19:19:17 +01:00
|
|
|
.if ${APACHE_VERSION} == 13
|
2004-03-03 13:25:09 +01:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \
|
2004-04-03 13:06:13 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
|
2004-03-03 13:25:09 +01:00
|
|
|
.endif
|
|
|
|
|
2002-07-27 17:57:30 +02:00
|
|
|
MAN3= Bundle::Slash.3
|
|
|
|
|
2009-12-25 19:19:17 +01:00
|
|
|
.include <bsd.port.post.mk>
|