diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-28 14:47:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-28 14:47:10 +0000 |
commit | 79e80140e4e8cc9c1c4591b506d531a463f6e69f (patch) | |
tree | 18609d3b6daf66965cdca0c0770ed7e2ca7ef34a | |
parent | Fix build on head. (diff) |
- Add LICENSE
Approved by: portmgr (blanket)
-rw-r--r-- | devel/p5-Module-Pluggable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile index 7395d170716b..5f91cc99c0aa 100644 --- a/devel/p5-Module-Pluggable/Makefile +++ b/devel/p5-Module-Pluggable/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Automatically give your module the ability to have plugins +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |