15 lines
246 B
Makefile
15 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:45:24 sthen Exp $
|
|
|
|
COMMENT= RFC 2822 address parsing and creation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Email-Address-1.912
|
|
CATEGORIES= mail
|
|
REVISION= 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|