blob: 9b4dc18b3d41b21dc9a98a7a94041d0f543389fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.12
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>
|