freebsd-ports/devel/p5-Class-XSAccessor/Makefile
Philip M. Gollucci 481cd53153 - that was the wrong port!! (appologies)
revert the commit

Pointyhat:  pgollucci
2009-06-21 21:11:57 +00:00

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>