freebsd-ports/net/p5-Net-NIS-Listgroup/Makefile
Philippe Audeoud 365a8496e8 - Add LICENSE
- Install missing pm file
- Bump PORTREVISION

PR:		ports/186941
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2014-02-21 14:35:12 +00:00

25 lines
459 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-NIS-Listgroup
PORTVERSION= 1.0.0
PORTREVISION= 2
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:${PORTSDIR}/net/p5-Net-NIS
USES= perl5
USE_PERL5= configure
post-patch:
${MKDIR} ${WRKSRC}/lib
${MV} ${WRKSRC}/Net ${WRKSRC}/lib
.include <bsd.port.mk>