freebsd-ports/net-mgmt/p5-Net-SNMP-Util/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
404 B
Makefile

# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= Net-SNMP-Util
PORTVERSION= 1.04
PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TONODERA
PKGNAMEPREFIX= p5-
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Utility functions for Net::SNMP
RUN_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>