svn commit: r313265 - head/archivers/p5-Compress-Snappy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 2 15:46:05 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at 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>


More information about the svn-ports-head mailing list