21 lines
437 B
Makefile
21 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/12/29 20:19:09 fgsch Exp $
|
|
|
|
COMMENT= "text macro/markup/template language"
|
|
|
|
DISTNAME= Blatte-0.9.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
HOMEPAGE= http://www.blatte.org/
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../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>
|