freebsd-ports/converters/p5-Convert-Bencode_XS/Makefile
2012-06-04 05:21:59 +00:00

27 lines
586 B
Makefile

# New ports collection makefile for: p5-Convert-Bencode_XS
# Date created: 2006-08-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Convert-Bencode_XS
PORTVERSION= 0.06
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Faster conversions to/from Bencode format
RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode
PERL_CONFIGURE= yes
MAN3= Convert::Bencode_XS.3
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/extras/* ${EXAMPLESDIR}
.include <bsd.port.mk>