16 lines
291 B
Makefile
16 lines
291 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:43:50 sthen Exp $
|
|
|
|
COMMENT = modification of UTF-7 encoding for IMAP
|
|
|
|
DISTNAME = Encode-IMAPUTF7-1.05
|
|
CATEGORIES = converters
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|