1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/p5-XSLoader/Makefile
Cheng-Lung Sung b7c48981b4 - Update to 0.08
- module change install path, effect:
  textproc/p5-Parse-Flex, and
  math/p5-Algorithm-Combinatorics
2007-05-01 06:50:50 +00:00

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.08
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>