2006-05-22 19:44:08 +02:00
|
|
|
# New ports collection makefile for: CAD-Drawing-Template
|
|
|
|
# Date created: 22 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CAD-Drawing-Template
|
|
|
|
PORTVERSION= 0.01
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2006-05-22 19:44:08 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 19:44:08 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-22 19:44:08 +02:00
|
|
|
COMMENT= Replace tags with text and geometry
|
|
|
|
|
2012-06-04 18:53:46 +02:00
|
|
|
BUILD_DEPENDS= p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing \
|
|
|
|
p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-22 19:44:08 +02:00
|
|
|
|
|
|
|
MAN3= CAD::Drawing::Template.3
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|