16 lines
293 B
Makefile
16 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.16 2019/07/12 21:02:27 sthen Exp $
|
|
|
|
COMMENT= extract the structure of a quoted mail message
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Text-Quoted-2.10
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Text-Autoformat
|
|
|
|
.include <bsd.port.mk>
|