diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-27 18:42:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-27 18:42:30 +0000 |
commit | 813bfdc2fbdd9465de3c5217222f869aba00d373 (patch) | |
tree | 6e621efc026ef45ad65a4b8b501c89ad918fabae /lang/open-cobol/Makefile | |
parent | - Update to version 0.6.8 (diff) |
- Update to version 0.23
PR: 56039
Submitted by: Ports Fury
Diffstat (limited to 'lang/open-cobol/Makefile')
-rw-r--r-- | lang/open-cobol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index b1a7607df55b..689994b4b82d 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -7,8 +7,7 @@ # PORTNAME= open-cobol -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.23 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,4 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-readline INSTALLS_SHLIB= yes +INFO= open-cobol + .include <bsd.port.mk> |