freebsd-ports/devel/p5-Object-Simple/Makefile
Sahil Tandon 3de3dcc3c1 - Update to 3.0611
- Remove unnecessary {BUILD,RUN}_DEPENDS

PR:		ports/149883
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-23 23:17:41 +00:00

20 lines
385 B
Makefile

# New ports collection makefile for: Object-Simple
# Date created: 27 December 2009
# Whom: Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#
PORTNAME= Object-Simple
PORTVERSION= 3.0611
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple class builder
PERL_CONFIGURE= YES
MAN3= Object::Simple.3
.include <bsd.port.mk>