openbsd-ports/textproc/p5-Text-WikiFormat/Makefile

22 lines
440 B
Makefile
Raw Normal View History

2010-07-13 16:14:21 -04:00
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:23 sthen Exp $
COMMENT= translate Wiki formatted text into other formats
DISTNAME= Text-WikiFormat-0.78
2010-07-13 16:14:21 -04:00
REVISION= 0
CATEGORIES= textproc
MODULES= cpan
MAINTAINER= Deanna Phillips <deanna@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::www/p5-URI
.include <bsd.port.mk>