38a96877b3
- Pass maintainership to submitter PR: ports/189152 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: ports@c0decafe.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Template-Tiny
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Template Toolkit reimplemented in as little code as possible
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|