freebsd-ports/mail/p5-Mail-CheckUser/Makefile
Gian-Simon Purkert 440e222e28 mail/p5-Mail-CheckUser: Update to 1.24
ChangeLog:	https://metacpan.org/dist/Mail-CheckUser/changes
PR:		266700
Approved by:	maintainer timeout, >2 weeks
2022-10-19 11:37:14 +01: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>