17 lines
317 B
Makefile
17 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT= extract the structure of a quoted mail message
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Quoted-2.06
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Text-Autoformat
|
|
|
|
.include <bsd.port.mk>
|