mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
17 lines
310 B
Makefile
17 lines
310 B
Makefile
# Created by: Tony Maher <tonym@biolateral.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-ObjectTemplate
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Optimized template builder base class
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|