2d3530685b
Submitted by Brian J. Kifiak <bk@rt.fm>. Blatte is a very powerful text markup and transformation language with a very simple syntax. A Blatte document can be translated into a Perl program that, when executed, produces a transformed version of the input document.
24 lines
520 B
Makefile
24 lines
520 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/14 16:05:19 naddy Exp $
|
|
|
|
COMMENT= "text macro/markup/template language"
|
|
|
|
DISTNAME= Blatte-0.9.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
HOMEPAGE= http://www.blatte.org/
|
|
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.387
|
|
MAINTAINER= Brian J. Kifiak <bk@rt.fm>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/B/BO/BOBG/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
.include <bsd.port.mk>
|