diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-07-27 16:06:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-07-27 16:06:01 +0000 |
commit | 413424ee99f55dc8d1d442dfc594daa157055a7b (patch) | |
tree | 8ef1f11a6de3111d6a26743f7db0753348a8c53d /textproc/rubygem-loofah | |
parent | 4c082f93daffa48c418a347625e4edaedd6c4acc (diff) | |
download | ports-413424ee99f55dc8d1d442dfc594daa157055a7b.tar.gz ports-413424ee99f55dc8d1d442dfc594daa157055a7b.zip |
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here
Reviewed by: danfe
Notes
Notes:
svn path=/head/; revision=323794
Diffstat (limited to 'textproc/rubygem-loofah')
-rw-r--r-- | textproc/rubygem-loofah/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/rubygem-loofah/Makefile b/textproc/rubygem-loofah/Makefile index c34eb6af4af2..2b4aa434b4a7 100644 --- a/textproc/rubygem-loofah/Makefile +++ b/textproc/rubygem-loofah/Makefile @@ -1,17 +1,13 @@ -# Ports collection makefile for: rubygem-loofah -# Date created: 29 May 2010 -# Whom: Eric Freeman <freebsdports@chillibear.com> -# +# Created by: Eric Freeman <freebsdports@chillibear.com> # $FreeBSD$ -# PORTNAME= loofah PORTVERSION= 1.2.1 CATEGORIES= textproc rubygems MASTER_SITES= RG -MAINTAINER= freebsdports@chillibear.com -COMMENT= Library for manipulating HTML/XML documents and fragments +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for manipulating HTML/XML documents and fragments RUN_DEPENDS= rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri |