opnsense-ports/mail/p5-Mail-CheckUser/Makefile
Franco Fichtner 0657e9ccf7 */*: sync with upstream
Taken from: FreeBSD
2022-10-20 06:33:33 +02:00

17 lines
369 B
Makefile

PORTNAME= Mail-CheckUser
DISTVERSION= 1.24
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bra@fsn.hu
COMMENT= Perl module to check email addresses for validity
WWW= https://metacpan.org/release/Mail-CheckUser
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>