freebsd-ports/comms/p5-Cisco-UCS/Makefile
Frederic Culot 3586b23510 - Update to 0.29 [1]
- Bump PORTEPOCH (pkg_version reports that 0.031 is greater than 0.29)
- Add missing dependency on HTTP::Message
- Add LICENSE (Artistic 1 & GPL1)

PR:		ports/173391 [1]
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
Feature safe:	yes
2012-11-27 15:35:57 +00:00

31 lines
903 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= Cisco-UCS
PORTVERSION= 0.29
PORTEPOCH= 1
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= A Perl interface to the Cisco UCS XML API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \
Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \
Cisco::UCS::Common::FanModule.3 Cisco::UCS::Common::PSU.3 \
Cisco::UCS::Common::SwitchCard.3 Cisco::UCS::FEX.3 \
Cisco::UCS::Fault.3 Cisco::UCS::Interconnect.3 \
Cisco::UCS::MgmtEntity.3 Cisco::UCS::ServiceProfile.3
.include <bsd.port.mk>