summaryrefslogtreecommitdiff
path: root/net/p5-Socket/Makefile
blob: b03d51241ebb8621ce41484333bcd8ee9989b728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	p5-Socket
# Date created:		2008-05-30
# Whom:			BluePex Security Solutions <freebsd-ports@bluepex.com>
#
# $FreeBSD$
#

PORTNAME=	Socket
PORTVERSION=	1.5
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	freebsd-ports@bluepex.com
COMMENT=	Load the C socket.h defines and structure manipulators

PERL_CONFIGURE=	yes

MAN3=	Socket.3

post-patch:
	@${REINPLACE_CMD} -e '/MAN3PODS/d' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>