forked from Lainports/freebsd-ports
- Remove unnecessary {BUILD,RUN}_DEPENDS
PR: ports/149883
Submitted by: Frederic Culot <frederic@culot.org>
20 lines
385 B
Makefile
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>
|