- Trim Makefile header
- Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12
This commit is contained in:
parent
f67dca2e57
commit
cf2704db33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318921
1 changed files with 3 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: CAD-Drawing
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CAD-Drawing
|
||||
PORTVERSION= 0.26
|
||||
|
@ -12,7 +8,7 @@ CATEGORIES= graphics perl5
|
|||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Methods to create, load, and save vector graphics
|
||||
|
||||
RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \
|
||||
|
@ -38,10 +34,4 @@ MAN3= CAD::Drawing.3 \
|
|||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500903
|
||||
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue