freebsd-ports/devel/p5-Sys-MemInfo/Makefile

23 lines
481 B
Makefile

# Created by: Terry Sposato <terry@sucked-in.com>
# $FreeBSD$
PORTNAME= Sys-MemInfo
PORTVERSION= 0.99
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for getting memory information
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/MemInfo/MemInfo.so
.include <bsd.port.mk>