openbsd-ports/mail/p5-Email-Address-XS/Makefile
2020-02-03 20:40:37 +00:00

16 lines
269 B
Makefile

# $OpenBSD: Makefile,v 1.3 2020/02/03 20:40:39 sthen Exp $
COMMENT= parse and format RFC 5322 email addresses and groups
MODULES= cpan
DISTNAME= Email-Address-XS-1.04
CATEGORIES= mail
REVISION= 0
# Perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>