diff options
author | hasso <hasso> | 2009-06-08 19:26:29 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-06-08 19:26:29 +0000 |
commit | 62fbbef832315e000b224834ede7b473ff5c446e (patch) | |
tree | a52b8808e8a23de8cc4a285d1576a0cb354e28e3 /devel/xsd | |
parent | 4364625ec63468e43bf17d5bc141f75879455dbe (diff) | |
download | pkgsrc-62fbbef832315e000b224834ede7b473ff5c446e.tar.gz |
Add license info.
Diffstat (limited to 'devel/xsd')
-rw-r--r-- | devel/xsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index 76851a19398..57c22554838 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/06/07 10:50:46 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/08 19:26:29 hasso Exp $ DISTNAME= xsd-3.2.0+dep EXTRACT_SUFX= .tar.bz2 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.codesynthesis.com/download/xsd/3.2/ MAINTAINER= hasso@NetBSD.org HOMEPAGE= http://www.codesynthesis.com/products/xsd/ COMMENT= W3C XML Schema to C++ data binding compiler +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |