diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-23 12:34:37 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-23 12:34:37 +0000 |
commit | cdb3dc6f2258c9c528f2b75dc8e81f48968abdb6 (patch) | |
tree | 59c4dd85470c6f1dfbbd834d77c767a919b51f4e /devel/noweb | |
parent | 195b19a15497007a1d1c722ccd0206c12e43dd9d (diff) |
Notes
Diffstat (limited to 'devel/noweb')
-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 |