23 lines
457 B
Makefile
23 lines
457 B
Makefile
|
# New ports collection makefile for: XSLoader
|
||
|
# Date created: 18 October 2005
|
||
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= XSLoader
|
||
|
PORTVERSION= 0.06
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAPER
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= perl@FreeBSD.org
|
||
|
COMMENT= Dynamically load C libraries into Perl code
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= XSLoader.3
|
||
|
|
||
|
.include <bsd.port.mk>
|