9c6e9626b9
in ports which I maintain
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/06/03 16:06:52 sthen Exp $
|
|
|
|
COMMENT= parse and format RFC 5322 email addresses and groups
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-Address-XS-1.04
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|