diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-07 05:57:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-07 05:57:18 +0800 |
commit | 2a4f922cd9dacb43bd248ea0beaae1b0dce1b18e (patch) | |
tree | 1a8eb09df0b26de8d59647a2028980f7f17344a9 /databases/p5-DBIx-Class-Helpers/Makefile | |
parent | c5626b1bc54d6af0257284d2df7bb638fea96143 (diff) | |
download | freebsd-ports-gnome-2a4f922cd9dacb43bd248ea0beaae1b0dce1b18e.tar.gz freebsd-ports-gnome-2a4f922cd9dacb43bd248ea0beaae1b0dce1b18e.tar.zst freebsd-ports-gnome-2a4f922cd9dacb43bd248ea0beaae1b0dce1b18e.zip |
Add LICENSE_FILE
- Sort PLIST
- Take maintainership
Diffstat (limited to 'databases/p5-DBIx-Class-Helpers/Makefile')
-rw-r--r-- | databases/p5-DBIx-Class-Helpers/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class-Helpers/Makefile b/databases/p5-DBIx-Class-Helpers/Makefile index b40a0718fa27..3a1417da250d 100644 --- a/databases/p5-DBIx-Class-Helpers/Makefile +++ b/databases/p5-DBIx-Class-Helpers/Makefile @@ -7,12 +7,14 @@ CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplify the common case stuff for DBIx::Class LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ p5-DBIx-Class>=0.08123:databases/p5-DBIx-Class \ p5-DBIx-Class-Candy>=0:databases/p5-DBIx-Class-Candy \ @@ -24,7 +26,6 @@ RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ p5-Text-Brew>=0:textproc/p5-Text-Brew \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-namespace-clean>=0:devel/p5-namespace-clean -BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception \ p5-Test-Simple>=0:devel/p5-Test-Simple \ p5-Test-Deep>=0:devel/p5-Test-Deep \ @@ -33,6 +34,7 @@ TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception \ USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> |