diff options
-rw-r--r-- | devel/noweb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index d7af22776ce9..9309325d82a3 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -14,8 +14,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A simple, extensible literate-programming tool -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= noweb +LICENSE_NAME= noweb +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= auto-accept # no restrictions BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon |