freebsd-ports/devel/p5-ExtUtils-CChecker/Makefile
Sahil Tandon 865fe94a24 - Update to 0.04
- Change my email to @FreeBSD.org

Approved by:	wxs@/itetcu@ (mentors, implicit)
Feature safe:	yes
2010-07-03 07:21:18 +00:00

30 lines
703 B
Makefile

# New ports collection makefile for: ExtUtils::CChecker
# Date created: 21 Feb 2010
# Whom: Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#
PORTNAME= ExtUtils-CChecker
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sahil@FreeBSD.org
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>