1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/p5-Net-RawSock/Makefile
Edwin Groothuis 59debebffe New port: net/p5-Net-RawSock
Net::RawSock provides a base function to send raw IP datagrams
	from Perl. The raw IP datagram is packed into a buffer and
	written on the network layer with the write_ip() function.

PR:		ports/47868
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-02-05 02:37:04 +00:00

30 lines
675 B
Makefile

# New ports collection makefile for: p5-Net-Divert
# Date created: January 30, 2003
# Whom: Nicolas Jombart
#
# $FreeBSD$
PORTNAME= Net-RawSock
PORTVERSION= 1.0
CATEGORIES= net perl5
MASTER_SITES= http://www.hsc.fr/ressources/outils/rawsock/download/
PKGNAMEPREFIX= p5-
MAINTAINER= ecu@ipv42.net
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::RawSock.3
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in README demo.pl
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>