2013-06-24 20:32:07 +02:00
|
|
|
# Created by: Alexandre Biancalana <ale@biancalanas.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= String-HexConvert
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2013-06-24 20:32:07 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:AHERNIT
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ale@biancalanas.net
|
|
|
|
COMMENT= String::HexConver - Converts ascii strings to hex and reverse
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2013-09-10 16:35:48 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2013-06-24 20:32:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|