freebsd-ports/net/p5-Net-NIS-Listgroup/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

25 lines
448 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-NIS-Listgroup
PORTVERSION= 1.0.0
PORTREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lists hosts/users in a netgroup group
LICENSE= GPLv2
RUN_DEPENDS= p5-Net-NIS>0:net/p5-Net-NIS
USES= perl5
USE_PERL5= configure
post-patch:
@${MKDIR} ${WRKSRC}/lib
${MV} ${WRKSRC}/Net ${WRKSRC}/lib
.include <bsd.port.mk>