a288d48de7
- Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
24 lines
424 B
Makefile
24 lines
424 B
Makefile
# New ports collection makefile for: p5-Object-Tiny
|
|
# Date created: 2007-09-05
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Object-Tiny
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Class building as simple as it gets
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Object::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|