openbsd-ports/textproc/p5-Text-Markdown/Makefile
okan 8297713a7f - maintenance update to 1.0.5
- correct license
- update my address
- TEST_POD reminder from merdely@

ok merdely@
2008-01-24 02:06:58 +00:00

21 lines
397 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/01/24 02:06:58 okan Exp $
COMMENT= text-to-HTML filter
DISTNAME= Text-Markdown-1.0.5
CATEGORIES= textproc www
MODULES= cpan
CONFIGURE_STYLE=modbuild
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>