diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-07 05:57:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-07 05:57:26 +0800 |
commit | 11b9aa0a5045844bc2297dadea1f18efb4f56fc2 (patch) | |
tree | 5f3520d5878096ca139626df42b9805cbf08775f /databases | |
parent | 2a4f922cd9dacb43bd248ea0beaae1b0dce1b18e (diff) | |
download | freebsd-ports-gnome-11b9aa0a5045844bc2297dadea1f18efb4f56fc2.tar.gz freebsd-ports-gnome-11b9aa0a5045844bc2297dadea1f18efb4f56fc2.tar.zst freebsd-ports-gnome-11b9aa0a5045844bc2297dadea1f18efb4f56fc2.zip |
Add LICENSE_FILE
- Take maintainership
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Introspector/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Introspector/Makefile b/databases/p5-DBIx-Introspector/Makefile index 2a317b610782..0d23e1eac0d5 100644 --- a/databases/p5-DBIx-Introspector/Makefile +++ b/databases/p5-DBIx-Introspector/Makefile @@ -7,15 +7,16 @@ CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Detect what database you are connected to LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-Moo>=0:devel/p5-Moo -BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure |