aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-nokogiri14/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-nokogiri14/Makefile')
-rw-r--r--textproc/rubygem-nokogiri14/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/textproc/rubygem-nokogiri14/Makefile b/textproc/rubygem-nokogiri14/Makefile
deleted file mode 100644
index 4087e1bee61f..000000000000
--- a/textproc/rubygem-nokogiri14/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= nokogiri
-PORTVERSION= 1.4.7
-PORTREVISION= 1
-PKGNAMESUFFIX= 14
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= HTML, XML, SAX, and Reader parser
-
-LICENSE= MIT
-
-DEPRECATED= Use textproc/rubygem-nokogiri instead
-EXPIRATION_DATE=2017-02-28
-
-USE_RUBY= yes
-USES= gem pkgconfig
-USE_GNOME= libxml2 libxslt
-CONFIGURE_ARGS= --use-system-libraries
-
-PLIST_FILES= bin/nokogiri14
-
-PORTSCOUT= limit:^1\.4
-
-post-patch:
- @${MV} ${WRKSRC}/bin/nokogiri ${WRKSRC}/bin/nokogiri14
- @${RM} ${WRKSRC}/bin/nokogiri.orig
-
-.include <bsd.port.mk>