mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine)
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xslt
|
|
PORTVERSION= 0.9.9
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= ruby-xslt-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= XSLT processor in pure Ruby
|
|
|
|
USE_GNOME= libxslt
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|