diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-28 15:12:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-28 15:12:33 +0000 |
commit | 923415140622642cbca6a3b428cf33c3f25477f7 (patch) | |
tree | d8c20251753cf4385f51143701c223199786bcd3 | |
parent | 876a19dfa107aba849e8e3c0d82e8d095648c979 (diff) | |
download | ports-923415140622642cbca6a3b428cf33c3f25477f7.tar.gz ports-923415140622642cbca6a3b428cf33c3f25477f7.zip |
Notes
-rw-r--r-- | databases/p5-DBIx-Recordset/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Recordset/Makefile b/databases/p5-DBIx-Recordset/Makefile index eb1545e6ae5f..163513010d1d 100644 --- a/databases/p5-DBIx-Recordset/Makefile +++ b/databases/p5-DBIx-Recordset/Makefile @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for abstraction and simplification of database access +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |