2006-06-27 11:11:05 +02:00
|
|
|
# New ports collection makefile for: pear-Date_Holidays
|
|
|
|
# Date created: 2006-06-16
|
|
|
|
# Whom: Thomas Abthorpe <thomas@goodking.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Date_Holidays
|
2009-09-03 23:59:36 +02:00
|
|
|
PORTVERSION= 0.21.4
|
2006-06-27 11:11:05 +02:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
2009-03-24 17:39:08 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-06-27 11:11:05 +02:00
|
|
|
COMMENT= PEAR driver based class to calculate holidays
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
|
2006-10-03 02:41:50 +02:00
|
|
|
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
|
2006-06-27 11:11:05 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Date
|
|
|
|
FILES= Holidays.php \
|
2008-06-09 15:57:34 +02:00
|
|
|
Holidays/Driver/Christian.php \
|
2008-09-03 14:19:59 +02:00
|
|
|
Holidays/Driver/Composite.php \
|
2009-02-02 19:09:39 +01:00
|
|
|
Holidays/Driver/EasternChristian.php \
|
2008-09-03 14:19:59 +02:00
|
|
|
Holidays/Driver/Jewish.php \
|
|
|
|
Holidays/Filter/Blacklist.php \
|
|
|
|
Holidays/Filter/Composite.php \
|
|
|
|
Holidays/Filter/Whitelist.php \
|
2008-06-09 15:57:34 +02:00
|
|
|
Holidays/Driver.php \
|
2008-09-03 14:19:59 +02:00
|
|
|
Holidays/Filter.php \
|
|
|
|
Holidays/Holiday.php \
|
2008-06-09 15:57:34 +02:00
|
|
|
lang/Christian/de_DE.ser \
|
2008-09-03 14:19:59 +02:00
|
|
|
lang/Christian/de_DE.xml \
|
|
|
|
lang/Christian/en_EN.ser \
|
|
|
|
lang/Christian/en_EN.xml \
|
|
|
|
lang/Christian/fr_FR.ser \
|
|
|
|
lang/Christian/fr_FR.xml \
|
|
|
|
lang/Christian/it_IT.ser \
|
|
|
|
lang/Christian/it_IT.xml
|
2007-08-05 23:28:28 +02:00
|
|
|
|
|
|
|
EXAMPLES= addingTranslations.php creating_drivers.php \
|
|
|
|
fetchingInstalledDrivers.php languagefile-with-properties.xml \
|
|
|
|
usingCompositeDriver.php usingStandaloneDriver.php
|
|
|
|
|
|
|
|
TESTS= AllTests.php AllTestsUndeployed.php \
|
2008-01-06 21:23:40 +01:00
|
|
|
Date_Holidays_Bugfix_Retests_TestSuite.php \
|
2006-06-27 11:11:05 +02:00
|
|
|
Date_Holidays_Driver_Christian_TestSuite.php \
|
|
|
|
Date_Holidays_Driver_Jewish_TestSuite.php \
|
|
|
|
Date_Holidays_Driver_TestSuite.php \
|
2006-12-21 20:57:29 +01:00
|
|
|
Date_Holidays_Driver_TestSuite.xml \
|
2006-06-27 11:11:05 +02:00
|
|
|
Date_Holidays_TestSuite.php \
|
2007-08-05 23:28:28 +02:00
|
|
|
Example.php testHolidays2005stampsAndSavingsDay.php \
|
|
|
|
test_getHolidays.php test_missingLocale.php
|
2006-06-27 11:11:05 +02:00
|
|
|
|
|
|
|
LATEST_LINK= pear-Date_Holidays
|
|
|
|
OPTIONS= PEAR_CONSOLE_GETARGS "devel/pear-Console_Getargs" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(PEAR_CONSOLE_GETARGS) || defined(WITH_PEAR_CONSOLE_GETARGS)
|
|
|
|
BUILD_DEPENDS+=${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|