diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-28 23:12:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-28 23:12:33 +0800 |
commit | 2e974a1ba0e4557c2e04dd4a0bc6736fb98b321c (patch) | |
tree | d8c20251753cf4385f51143701c223199786bcd3 /databases | |
parent | 8b2a7bc3875a4dfc2b31f856065c2af0ddb5b9b5 (diff) | |
download | freebsd-ports-gnome-2e974a1ba0e4557c2e04dd4a0bc6736fb98b321c.tar.gz freebsd-ports-gnome-2e974a1ba0e4557c2e04dd4a0bc6736fb98b321c.tar.zst freebsd-ports-gnome-2e974a1ba0e4557c2e04dd4a0bc6736fb98b321c.zip |
Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'databases')
-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 |