freebsd-ports/devel/p5-Tie-Array-Pack/Makefile
Andrej Zverev 1189e311aa - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 11:55:30 +00:00

18 lines
328 B
Makefile

# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
PORTNAME= Tie-Array-Pack
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Array implemented as a packed string
USES= perl5
USE_PERL5= configure
MAN3= Tie::Array::Pack.3
.include <bsd.port.mk>