diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-08-02 09:07:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-08-02 09:07:55 +0000 |
commit | babcfab1d2084122e7a72a18cea24aaf2e6bab32 (patch) | |
tree | 99a34a0e58e09bcafe358dd80de66b9417ab6d08 | |
parent | www/gohugo: Update to 0.46 (diff) |
- Add LICENSE
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=476227
-rw-r--r-- | devel/p5-Guard/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Guard/Makefile b/devel/p5-Guard/Makefile index a9969b1a847d..a6485577d910 100644 --- a/devel/p5-Guard/Makefile +++ b/devel/p5-Guard/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Safe cleanup blocks +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |