19 lines
342 B
Makefile
19 lines
342 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|