481cd53153
revert the commit Pointyhat: pgollucci
24 lines
542 B
Makefile
24 lines
542 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.03
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Generate fast XS accessors without runtime compilation
|
|
|
|
BUILD_DEPENDS= p5-AutoXS-Header>=1.02:${PORTSDIR}/devel/p5-AutoXS-Header
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::XSAccessor.3
|
|
|
|
.include <bsd.port.mk>
|