aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-05-18 02:04:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-05-18 02:04:34 +0800
commit09253f9b04787f1f7efdc8099fb44d861976164a (patch)
treebd8a61fa9de36a8054fb8feae17bc0fb4b2d68e7 /mail
parentf45f8317d5e22e0259c623ff9c3d913800a7aa91 (diff)
downloadfreebsd-ports-gnome-09253f9b04787f1f7efdc8099fb44d861976164a.tar.gz
freebsd-ports-gnome-09253f9b04787f1f7efdc8099fb44d861976164a.tar.zst
freebsd-ports-gnome-09253f9b04787f1f7efdc8099fb44d861976164a.zip
Add LICENSE_FILE
- Do not hardcode DISTNAME
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Email-FolderType/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Email-FolderType/Makefile b/mail/p5-Email-FolderType/Makefile
index 3a8a59ba203a..29c30a41b0fc 100644
--- a/mail/p5-Email-FolderType/Makefile
+++ b/mail/p5-Email-FolderType/Makefile
@@ -6,16 +6,17 @@ PORTVERSION= 0.8.14
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-0.814
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Determine the type of a mail folder
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Module-Pluggable>0:devel/p5-Module-Pluggable
-RUN_DEPENDS= p5-Module-Pluggable>0:devel/p5-Module-Pluggable
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny
NO_ARCH= yes