14 lines
246 B
Makefile
14 lines
246 B
Makefile
COMMENT= extract the structure of a quoted mail message
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Text-Quoted-2.10
|
|
CATEGORIES= textproc
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Text-Autoformat
|
|
|
|
.include <bsd.port.mk>
|