diff options
Diffstat (limited to 'lang/otcl/Makefile')
-rw-r--r-- | lang/otcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 94565836c8aa..21f7842590e0 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -7,14 +7,16 @@ PORTNAME= otcl PORTVERSION= 1.13 -PORTREVISION= 4 DISTVERSIONPREFIX= src- +PORTREVISION= 4 CATEGORIES= lang tcl tk MASTER_SITES= SF/${PORTNAME}-tclcl/OTcl/${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= MIT Object Tcl +LICENSE= MIT + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_TK= 82+ |