freebsd-ports/mail/p5-Mail-RFC822-Address/Makefile
2021-04-06 16:31:07 +02:00

21 lines
394 B
Makefile

# Created by: Simon Barner <barner@in.tum.de>
PORTNAME= Mail-RFC822-Address
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to validate RFC822 conformance of email addresses
LICENSE= MIT
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
INSTALL_TARGET= pure_site_install
.include <bsd.port.mk>