diff options
Diffstat (limited to 'devel/hs-auto-update/Makefile')
-rw-r--r-- | devel/hs-auto-update/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-auto-update/Makefile b/devel/hs-auto-update/Makefile new file mode 100644 index 000000000000..95ac38eea208 --- /dev/null +++ b/devel/hs-auto-update/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= auto-update +PORTVERSION= 0.1.0.0 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Efficiently run periodic, on-demand actions + +LICENSE= MIT + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |