diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /net/hs-network-info/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'net/hs-network-info/Makefile')
-rw-r--r-- | net/hs-network-info/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/hs-network-info/Makefile b/net/hs-network-info/Makefile index 0cc71cfc3613..b5378d70902e 100644 --- a/net/hs-network-info/Makefile +++ b/net/hs-network-info/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= network-info -PORTVERSION= 0.2.0.3 -PORTREVISION= 6 +PORTVERSION= 0.2.0.5 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Access the local computer's basic network configuration -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |