mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2a7dd78bf9
Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages
22 lines
531 B
Makefile
22 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Date_Holidays_Italy
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Driver based class to calculate holidays in Italy
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
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>
|