diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 14:09:56 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-09 14:09:56 +0000 |
commit | 9a6f22202acd711b3050293b2b47e7fe3c66bc66 (patch) | |
tree | 216147c451595a608186209d32ef56c7d8c3e7a7 /devel/pear-Date_Holidays_Norway/Makefile | |
parent | 09c1fd908d992e7f7657aa3f6fa338b81d52152c (diff) |
Notes
Diffstat (limited to 'devel/pear-Date_Holidays_Norway/Makefile')
-rw-r--r-- | devel/pear-Date_Holidays_Norway/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/pear-Date_Holidays_Norway/Makefile b/devel/pear-Date_Holidays_Norway/Makefile new file mode 100644 index 000000000000..e76e8dfcc4a6 --- /dev/null +++ b/devel/pear-Date_Holidays_Norway/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: pear-Date_Holidays_Norway +# Date created: 2008-06-05 +# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Date_Holidays_Norway +PORTVERSION= 0.1.0 +CATEGORIES= devel www pear + +MAINTAINER= tabthorpe@FreeBSD.org +COMMENT= Driver based class to calculate holidays in Norway + +BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Date +FILES= Holidays/Driver/Norway.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> |