1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/p5-IOC/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

42 lines
1.4 KiB
Makefile

# New ports collection makefile for: IOC
# Date created: 22 Feb 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= IOC
PORTVERSION= 0.29
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STEVAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Lightweight IOC (Inversion of Control) framework
BUILD_DEPENDS= ${SITE_PERL}/Class/Throwable.pm:${PORTSDIR}/devel/p5-Class-Throwable \
${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/Class/StrongSingleton.pm:${PORTSDIR}/devel/p5-Class-StrongSingleton \
${SITE_PERL}/Class/Interfaces.pm:${PORTSDIR}/devel/p5-Class-Interfaces
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IOC.3 IOC::Config::XML.3 IOC::Config::XML::SAX::Handler.3 \
IOC::Container.3 IOC::Container::MethodResolution.3 \
IOC::Exceptions.3 IOC::Interfaces.3 IOC::Proxy.3 \
IOC::Proxy::Interfaces.3 IOC::Registry.3 IOC::Service.3 \
IOC::Service::ConstructorInjection.3 IOC::Service::Literal.3 \
IOC::Service::Parameterized.3 IOC::Service::Prototype.3 \
IOC::Service::Prototype::ConstructorInjection.3 \
IOC::Service::Prototype::SetterInjection.3 \
IOC::Service::SetterInjection.3 \
IOC::Visitor::SearchForContainer.3 \
IOC::Visitor::SearchForService.3 IOC::Visitor::ServiceLocator.3 \
Test::IOC.3
.include <bsd.port.mk>