24 lines
536 B
Makefile
24 lines
536 B
Makefile
# New ports collection makefile for: Class-XSAccessor
|
|
# Date created: 12 Nov 2008
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-XSAccessor
|
|
PORTVERSION= 1.11
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Generate fast XS accessors without runtime compilation
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::XSAccessor.3 \
|
|
Class::XSAccessor::Array.3 \
|
|
Class::XSAccessor::Heavy.3
|
|
|
|
.include <bsd.port.mk>
|