mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
228 B
Makefile
15 lines
228 B
Makefile
COMMENT = perl module to deal with RFC 2047 encoded words
|
|
|
|
DISTNAME = MIME-EncWords-1.015.0
|
|
CATEGORIES = mail
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = mail/p5-MIME-Charset
|
|
|
|
.include <bsd.port.mk>
|