aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2015-03-04 04:48:16 +0800
committernaddy <naddy@FreeBSD.org>2015-03-04 04:48:16 +0800
commitbbb86e307621e3c8d78e38b68cc37a5d9d9ebdfe (patch)
treef88b027cb0bb910b41aa81c6c4c7db706e230950
parent104245d91d5ec00b7d5199153b8d8228bab2610b (diff)
downloadfreebsd-ports-graphics-bbb86e307621e3c8d78e38b68cc37a5d9d9ebdfe.tar.gz
freebsd-ports-graphics-bbb86e307621e3c8d78e38b68cc37a5d9d9ebdfe.tar.zst
freebsd-ports-graphics-bbb86e307621e3c8d78e38b68cc37a5d9d9ebdfe.zip
Add CPE information.
PR: 198236 Submitted by: shun.fbsd.pr@dropcut.net While here, add LICENSE, too.
-rw-r--r--archivers/gcpio/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile
index cc54875b6d2..2bf43d82a56 100644
--- a/archivers/gcpio/Makefile
+++ b/archivers/gcpio/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cpio
PORTVERSION= 2.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= g
MAINTAINER= naddy@FreeBSD.org
COMMENT= GNU cpio copies files to and from archives
-USES= tar:bzip2
+LICENSE= GPLv3
+
+USES= cpe tar:bzip2
+
+CPE_VENDOR= gnu
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--disable-silent-rules \