openbsd-ports/www/p5-HTML-Quoted/Makefile

18 lines
307 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:44:45 espie Exp $
2011-06-14 07:35:21 -04:00
COMMENT= extract structure of quoted HTML mail message
MODULES= cpan
DISTNAME= HTML-Quoted-0.03
REVISION= 0
2011-06-14 07:35:21 -04:00
CATEGORIES= www
# Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
2011-06-14 07:35:21 -04:00
.include <bsd.port.mk>