blob: 50b9ca71c055abaa318eebba8d4ea767b732eb2b (
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
25
26
27
28
29
30
|
# New ports collection makefile for: ExtUtils::CChecker
# Date created: 21 Feb 2010
# Whom: Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#
PORTNAME= ExtUtils-CChecker
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sahil@tandon.net
COMMENT= Configure-time utilities for using C headers, libraries, OS features
PERL_CONFIGURE= yes
MAN3= ExtUtils::CChecker.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
post-install:
@${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>
|