diff options
author | hans <hans> | 2012-03-23 23:19:37 +0000 |
---|---|---|
committer | hans <hans> | 2012-03-23 23:19:37 +0000 |
commit | 52117cd1a80111d7aab0e1a9e32923dcbc1d9bf9 (patch) | |
tree | 8835df1807053f9390f7cd1f3a38d2e6463669b7 /lang/opencobol/Makefile | |
parent | 0baa3a834a99f5bf1a83b34ee8d926ceac0dacbc (diff) | |
download | pkgsrc-52117cd1a80111d7aab0e1a9e32923dcbc1d9bf9.tar.gz |
Update opencobol to version 1.1, from Robert Doerfler (rodo@bloerp.de).
Diffstat (limited to 'lang/opencobol/Makefile')
-rw-r--r-- | lang/opencobol/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile index 6ca6a10f0f3..3686927cf5a 100644 --- a/lang/opencobol/Makefile +++ b/lang/opencobol/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2012/01/18 13:57:34 adam Exp $ +# $NetBSD: Makefile,v 1.24 2012/03/23 23:19:37 hans Exp $ +# -DISTNAME= open-cobol-1.0 -PKGNAME= opencobol-1.0 -PKGREVISION= 3 +DISTNAME= open-cobol-1.1 +PKGNAME= opencobol-1.1 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-cobol/} +MASTER_SITES= http://www.sim-basis.de/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.opencobol.org/ +MAINTAINER= rodo@bloerp.de +HOMEPAGE= http://www.sim-basis.de/ COMMENT= Open-source COBOL compiler PKG_DESTDIR_SUPPORT= user-destdir |