16 lines
290 B
Makefile
16 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:44 naddy Exp $
|
|
|
|
COMMENT= RFC 2822 address parsing and creation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Email-Address-1.908
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|