b880620aa8
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Date_Holidays_Norway-0.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Date_Holidays_Norway-0.1.2.tgz fetch: http://pear.php.net/get/Date_Holidays_Norway-0.1.2.tgz: size mismatch: expected 3386, actual 3456 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Date_Holidays_Norway-0.1.2.tgz [1] Approved by: portmgr (blanket)
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Date_Holidays_Norway
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Driver based class to calculate holidays in Norway
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
|
|
RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|