diff options
Diffstat (limited to 'lang/tinycobol')
-rw-r--r-- | lang/tinycobol/Makefile | 1 | ||||
-rw-r--r-- | lang/tinycobol/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 3ab560effde5..9388d95814d8 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tiny-cobol MAINTAINER= patrick@freebsd.org +COMMENT= A tiny COBOL compiler for IA32 platforms LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/lang/tinycobol/pkg-comment b/lang/tinycobol/pkg-comment deleted file mode 100644 index af4eb946979f..000000000000 --- a/lang/tinycobol/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tiny COBOL compiler for IA32 platforms |