2009-03-16 16:06:17 +01:00
|
|
|
# New ports collection makefile for: pear-Date_Holidays_Italy
|
|
|
|
# Date created: 2009-03-16
|
|
|
|
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Date_Holidays_Italy
|
2009-03-17 15:54:09 +01:00
|
|
|
PORTVERSION= 0.1.1
|
2009-03-16 16:06:17 +01:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
2009-03-24 19:00:12 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2009-03-16 16:06:17 +01:00
|
|
|
COMMENT= Driver based class to calculate holidays in Italy
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-03-16 16:06:17 +01:00
|
|
|
|
|
|
|
CATEGORY= Date
|
|
|
|
FILES= Holidays/Driver/Italy.php
|
|
|
|
TESTS= Date_Holidays_Driver_Italy_TestSuite.php
|
|
|
|
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|