mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
|
|
PORTNAME= Storable-AMF
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vovkasm@gmail.com
|
|
COMMENT= Perl extension for serialize/deserialize AMF0/AMF3 data
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|