blob: f8a5793314de99b25d653c0659cb8cf54a4e86a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: AutoXS-Header
# Date created: 12 Nov 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= AutoXS-Header
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/S/SM/SMUELLER
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Container for the AutoXS header files
PERL_CONFIGURE= yes
MAN3= AutoXS::Header.3
.include <bsd.port.mk>
|