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 /devel/hs-asn1-data/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-asn1-data/Makefile')
-rw-r--r-- | devel/hs-asn1-data/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-asn1-data/Makefile b/devel/hs-asn1-data/Makefile index fb572a3a6d1c..e0ab9e6dfcaf 100644 --- a/devel/hs-asn1-data/Makefile +++ b/devel/hs-asn1-data/Makefile @@ -2,13 +2,13 @@ PORTNAME= asn1-data PORTVERSION= 0.7.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= ASN1 data reader and writer in RAW, BER, and DER forms -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= cereal mtl text>=0.11 |