diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-08-27 09:08:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-08-27 09:08:11 +0000 |
commit | 9c0b1b9cdce5ce2238a9eac42e6791cd9457ea70 (patch) | |
tree | b7e3a587ca0a37b8640b16d09d655bfbbc0182f4 | |
parent | 555c187413f6d6cf5fd7bd538f116a07ff8e8c1d (diff) | |
download | ports-9c0b1b9cdce5ce2238a9eac42e6791cd9457ea70.tar.gz ports-9c0b1b9cdce5ce2238a9eac42e6791cd9457ea70.zip |
Notes
-rw-r--r-- | www/p5-HTML-Lint/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-HTML-Lint/Makefile b/www/p5-HTML-Lint/Makefile index 381ca2505051..11d91d256935 100644 --- a/www/p5-HTML-Lint/Makefile +++ b/www/p5-HTML-Lint/Makefile @@ -12,6 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= HTML::Lint - check for HTML errors in a string or file +LICENSE= ART20 + BUILD_DEPENDS= p5-HTML-Tagset>0:www/p5-HTML-Tagset \ p5-libwww>0:www/p5-libwww \ p5-HTML-Parser>0:www/p5-HTML-Parser @@ -19,5 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |