- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178943
Submitted by:	az
Approved by:	maintainer
This commit is contained in:
Andrej Zverev 2013-05-25 05:44:34 +00:00
parent 159ed5ba82
commit 9060e54853
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319027

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Blog-Spam
# Date created: 2010-11-20
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Blog-Spam
PORTVERSION= 1.0.2
@ -49,10 +45,4 @@ MAN3= Blog::Spam::API.3 \
Blog::Spam::Plugin::wordcount.3 \
Blog::Spam::Server.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500809
RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>