# New ports collection makefile for:	XSLoader
# Date created:	   18 October 2005
# Whom:		   Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD: ports/devel/p5-XSLoader/Makefile,v 1.9 2011/10/07 11:22:40 culot Exp $
#

PORTNAME=	XSLoader
PORTVERSION=	0.15
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SAPER
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Dynamically load C libraries into Perl code

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		XSLoader.3

.include <bsd.port.mk>
