mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
28 lines
598 B
Makefile
28 lines
598 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= clsung@FreeBSD.org
|
|
COMMENT= Faster conversions to/from Bencode format
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Convert/Bencode.pm:${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>
|