Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 15:46:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313265 - head/archivers/p5-Compress-Snappy
Message-ID:  <201303021546.r22Fk5qg041500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  2 15:46:05 2013
New Revision: 313265
URL: http://svnweb.freebsd.org/changeset/ports/313265

Log:
  - Remove outdated PERL_LEVEL check
  - Cleanup Makefile header

Modified:
  head/archivers/p5-Compress-Snappy/Makefile

Modified: head/archivers/p5-Compress-Snappy/Makefile
==============================================================================
--- head/archivers/p5-Compress-Snappy/Makefile	Sat Mar  2 15:24:45 2013	(r313264)
+++ head/archivers/p5-Compress-Snappy/Makefile	Sat Mar  2 15:46:05 2013	(r313265)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Compress-Snappy
-# Date created:		2012-01-07
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Compress-Snappy
 PORTVERSION=	0.19
@@ -23,10 +19,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Compress::Snappy.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303021546.r22Fk5qg041500>