1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

mail/p5-Email-Stuffer: Add LICENSE and NO_ARCH

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2021-05-31 03:59:01 +08:00
parent f9133e7789
commit 9045f9ef54
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -9,6 +9,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= zi@FreeBSD.org
COMMENT= More casual approach to creating and sending Email
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Params-Util>=0.23:devel/p5-Params-Util \
p5-File-Type>=0.22:devel/p5-File-Type \
@ -18,4 +22,6 @@ RUN_DEPENDS= p5-Params-Util>=0.23:devel/p5-Params-Util \
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>