freebsd-ports/devel/p5-Object-Container/Makefile
Martin Wilke 369ba66b99 This module is a object container interface which supports both OO interface
and Singleton interface.

WWW:	http://search.cpan.org/dist/Object-Container/

PR:		ports/166948
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2012-05-25 15:52:45 +00:00

24 lines
484 B
Makefile

# New ports collection makefile for: p5-Object-Container
# Date created: 2012-04-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Object-Container
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Simple object container
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
PERL_CONFIGURE= yes
MAN3= Object::Container.3 \
Object::Container::ja.3
.include <bsd.port.mk>