15 lines
288 B
Makefile
15 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.12 2014/03/31 15:15:04 robert Exp $
|
|
|
|
COMMENT= extract the structure of a quoted mail message
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Quoted-2.08
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Text-Autoformat
|
|
|
|
.include <bsd.port.mk>
|