4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# Created by: Tony Maher <tonym@biolateral.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-ObjectTemplate-DB
|
|
PORTVERSION= 0.27
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Optimized template builder base class with lookup capability
|
|
|
|
RUN_DEPENDS= p5-Class-ObjectTemplate>=0:${PORTSDIR}/devel/p5-Class-ObjectTemplate
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Class::ObjectTemplate::DB.3
|
|
|
|
.include <bsd.port.mk>
|