19 lines
346 B
Makefile
Executable File
19 lines
346 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.12 2017/12/04 17:56:27 espie Exp $
|
|
|
|
COMMENT= module to read TNEF files
|
|
|
|
DISTNAME = Convert-TNEF-0.18
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
MAINTAINER= Ibrahim Khalifa <ibo@toontown.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= mail/p5-MIME-tools
|
|
|
|
.include <bsd.port.mk>
|