diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 22:10:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 22:10:25 +0800 |
commit | a7bf3caacc4846ae56659736481f710d1a22aec1 (patch) | |
tree | 581cbe367c12ab98b716475d79d1e9fc3d7dc41f /www | |
parent | f89eb853b40a467997d88d1137c64714b0489353 (diff) | |
download | freebsd-ports-gnome-a7bf3caacc4846ae56659736481f710d1a22aec1.tar.gz freebsd-ports-gnome-a7bf3caacc4846ae56659736481f710d1a22aec1.tar.zst freebsd-ports-gnome-a7bf3caacc4846ae56659736481f710d1a22aec1.zip |
- Add LICENSE
Diffstat (limited to 'www')
-rw-r--r-- | www/csstidy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/csstidy/Makefile b/www/csstidy/Makefile index 6af2a4673814..683ebd706971 100644 --- a/www/csstidy/Makefile +++ b/www/csstidy/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Opensource CSS parser and optimiser +LICENSE= GPLv2 + USES= zip NO_WRKSUBDIR= yes |