26 lines
515 B
Makefile
26 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 17:31:48 espie Exp $
|
|
|
|
COMMENT= "converts simple text to web constructs"
|
|
|
|
DISTNAME= Text-Textile-2.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
HOMEPAGE= http://www.textism.com/tools/textile/
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|