ac9241f293
HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents.
29 lines
567 B
Makefile
29 lines
567 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/01 15:41:57 bernd Exp $
|
|
|
|
COMMENT = HTML entity encoding and decoding for Ruby
|
|
|
|
DISTNAME = htmlentities-4.0.0
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = textproc www
|
|
|
|
HOMEPAGE = http://htmlentities.rubyforge.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=htmlentities/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${RUBY} test/test_all.rb
|
|
|
|
.include <bsd.port.mk>
|